[Ltrace-devel] [PATCH 2/6] Fix spacing in test failure report

Zachary T Welch zwelch at codesourcery.com
Tue Dec 7 07:20:59 UTC 2010


A space should follow a comma, not precede one.

Signed-off-by: Zachary T Welch <zwelch at codesourcery.com>
---
 testsuite/lib/ltrace.exp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testsuite/lib/ltrace.exp b/testsuite/lib/ltrace.exp
index d63b732..eb7c960 100644
--- a/testsuite/lib/ltrace.exp
+++ b/testsuite/lib/ltrace.exp
@@ -274,6 +274,6 @@ proc ltrace_verify_output { file_to_search pattern {instance_no 0} {grep_command
 	} elseif { $output >= $instance_no } then {
 		pass "$pattern in $file_to_search for $output times"
 	} else {
-		fail "$pattern in $file_to_search for $output times ,should be $instance_no"
+		fail "$pattern in $file_to_search for $output times, should be $instance_no"
 	}
 }
-- 
1.7.2.2




More information about the Ltrace-devel mailing list