aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorZachary T Welch <zwelch@codesourcery.com>2010-12-06 23:20:59 -0800
committerJoe Damato <ice799@gmail.com>2010-12-10 00:17:39 -0800
commit9c75697b5192065e01653bb2da3fba5139458370 (patch)
treec60897c76390df13ecc6d99fb90bbb05020dc17d /testsuite
parentded5ea818c11020add67308cb67c67c33eb52175 (diff)
downloadltrace-9c75697b5192065e01653bb2da3fba5139458370.tar.gz
Fix spacing in test failure report
A space should follow a comma, not precede one. Signed-off-by: Zachary T Welch <zwelch@codesourcery.com>
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/lib/ltrace.exp2
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"
}
}