[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 51a772f99f485cade1cf21e89c6c4026d8fc380d

Ville Skyttä ville.skytta at iki.fi
Thu Jan 14 18:45:44 UTC 2010


The following commit has been merged in the master branch:
commit 51a772f99f485cade1cf21e89c6c4026d8fc380d
Author: Ville Skyttä <ville.skytta at iki.fi>
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



More information about the Bash-completion-commits mailing list