The following commit has been merged in the master branch:
commit 51a772f99f485cade1cf21e89c6c4026d8fc380d
Author: Ville Skyttä <[email protected]>
Date: Thu Jan 14 20:19:35 2010 +0200
(testsuite) assert_exec() default test title grammar fix.
diff --git a/test/lib/library.exp b/test/lib/library.exp
index fe8d7e2..1da3aaf 100644
--- a/test/lib/library.exp
+++ b/test/lib/library.exp
@@ -397,7 +397,7 @@ proc assert_env_unmodified {{sed ""} {file ""} {diff ""}} {
# @param string $test (optional) Test title
# @see assert_bash_exec()
proc assert_exec {cmd {stdout ''} {test ''}} {
- if {$test == ""} {set test "$cmd should execute successful"}
+ if {$test == ""} {set test "$cmd should execute successfully"}
upvar $stdout results
set status [catch {eval exec $cmd} results]
if {$status == 0} {
--
bash-completion
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits