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

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


The following commit has been merged in the master branch:
commit 2e4d73ff6c9f47b9a57a9b5e8e2a1d869b233559
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu May 12 00:24:15 2011 +0300

    testsuite: Add basic ssh-copy-id test case.

diff --git a/test/completion/ssh-copy-id.exp b/test/completion/ssh-copy-id.exp
new file mode 100644
index 0000000..c4923e7
--- /dev/null
+++ b/test/completion/ssh-copy-id.exp
@@ -0,0 +1 @@
+assert_source_completions ssh-copy-id
diff --git a/test/lib/completions/aclocal.exp b/test/lib/completions/ssh-copy-id.exp
similarity index 76%
copy from test/lib/completions/aclocal.exp
copy to test/lib/completions/ssh-copy-id.exp
index da133aa..e8b643f 100644
--- a/test/lib/completions/aclocal.exp
+++ b/test/lib/completions/ssh-copy-id.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "aclocal "
+assert_complete_any "ssh-copy-id -"
 
 
 sync_after_int

-- 
bash-completion



More information about the Bash-completion-commits mailing list