[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 5b54c41de55300fb7c28b435b0e7a595ab1cd7d9

Ville Skyttä ville.skytta at iki.fi
Tue Nov 3 20:49:39 UTC 2009


The following commit has been merged in the master branch:
commit 1ff30048fa9b395d250057471c51801cac122521
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Nov 3 22:36:42 2009 +0200

    Add trivial test cases for abook, lftpget, and wtf.

diff --git a/test/completion/abook.exp b/test/completion/abook.exp
new file mode 100644
index 0000000..be738fa
--- /dev/null
+++ b/test/completion/abook.exp
@@ -0,0 +1 @@
+source "lib/completions/abook.exp"
diff --git a/test/completion/lftpget.exp b/test/completion/lftpget.exp
new file mode 100644
index 0000000..6e82cc6
--- /dev/null
+++ b/test/completion/lftpget.exp
@@ -0,0 +1 @@
+source "lib/completions/lftpget.exp"
diff --git a/test/completion/wtf.exp b/test/completion/wtf.exp
new file mode 100644
index 0000000..97b5a0e
--- /dev/null
+++ b/test/completion/wtf.exp
@@ -0,0 +1 @@
+source "lib/completions/wtf.exp"
diff --git a/test/lib/completions/awk.exp b/test/lib/completions/abook.exp
similarity index 83%
copy from test/lib/completions/awk.exp
copy to test/lib/completions/abook.exp
index 4288adb..3f4e301 100644
--- a/test/lib/completions/awk.exp
+++ b/test/lib/completions/abook.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "awk "
+assert_complete_any "abook "
 
 
 sync_after_int
diff --git a/test/lib/completions/aptitude.exp b/test/lib/completions/lftpget.exp
similarity index 81%
copy from test/lib/completions/aptitude.exp
copy to test/lib/completions/lftpget.exp
index dde6d26..7d80216 100644
--- a/test/lib/completions/aptitude.exp
+++ b/test/lib/completions/lftpget.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "aptitude "
+assert_complete_any "lftpget -"
 
 
 sync_after_int
diff --git a/test/lib/completions/awk.exp b/test/lib/completions/wtf.exp
similarity index 84%
copy from test/lib/completions/awk.exp
copy to test/lib/completions/wtf.exp
index 4288adb..8250bec 100644
--- a/test/lib/completions/awk.exp
+++ b/test/lib/completions/wtf.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "awk "
+assert_complete_any "wtf "
 
 
 sync_after_int

-- 
bash-completion



More information about the Bash-completion-commits mailing list