(testsuite) Fix comment

This commit is contained in:
Freddy Vulto 2009-12-12 12:08:07 +01:00
parent bf1d64153f
commit 736fa43e9f

View File

@ -59,7 +59,7 @@ assert_bash_list 1 $cmd $test
sync_after_int
set test "a b -c d| should set args to 2"; # | = cursor position
set test "a b -c| d should set args to 2"; # | = cursor position
set cmd {COMP_WORDS=(a b -c d); COMP_CWORD=3; COMP_LINE='a b -c d'; COMP_POINT=6; _count_args; echo -n $args}
assert_bash_list 2 $cmd $test