[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-290-g68f7fa1

Ville Skyttä ville.skytta at iki.fi
Wed May 11 21:28:45 UTC 2011


The following commit has been merged in the master branch:
commit a3360f0cb84dd9e337eab3719408721f32307a8f
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed May 11 23:48:09 2011 +0300

    testsuite: Add basic l2ping test case.

diff --git a/test/completion/l2ping.exp b/test/completion/l2ping.exp
new file mode 100644
index 0000000..5bd300d
--- /dev/null
+++ b/test/completion/l2ping.exp
@@ -0,0 +1 @@
+assert_source_completions l2ping
diff --git a/test/lib/completions/a2ps.exp b/test/lib/completions/l2ping.exp
similarity index 79%
copy from test/lib/completions/a2ps.exp
copy to test/lib/completions/l2ping.exp
index 77cd07f..de8c58c 100644
--- a/test/lib/completions/a2ps.exp
+++ b/test/lib/completions/l2ping.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "a2ps "
+assert_complete_any "l2ping -"
 
 
 sync_after_int

-- 
bash-completion



More information about the Bash-completion-commits mailing list