[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1267cf8bd2a4a31acb7796f46e96bb287343ea4a

Ville Skyttä ville.skytta at iki.fi
Wed Apr 21 16:49:11 UTC 2010


The following commit has been merged in the master branch:
commit 1267cf8bd2a4a31acb7796f46e96bb287343ea4a
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Apr 21 19:45:33 2010 +0300

    Add some more missing basic testcases.

diff --git a/test/completion/rpcdebug.exp b/test/completion/rpcdebug.exp
new file mode 100644
index 0000000..add8638
--- /dev/null
+++ b/test/completion/rpcdebug.exp
@@ -0,0 +1 @@
+assert_source_completions rpcdebug
diff --git a/test/completion/strace.exp b/test/completion/strace.exp
new file mode 100644
index 0000000..717db3a
--- /dev/null
+++ b/test/completion/strace.exp
@@ -0,0 +1 @@
+assert_source_completions strace
diff --git a/test/completion/xmllint.exp b/test/completion/xmllint.exp
new file mode 100644
index 0000000..64210c8
--- /dev/null
+++ b/test/completion/xmllint.exp
@@ -0,0 +1 @@
+assert_source_completions xmllint
diff --git a/test/completion/xmlwf.exp b/test/completion/xmlwf.exp
new file mode 100644
index 0000000..afe823b
--- /dev/null
+++ b/test/completion/xmlwf.exp
@@ -0,0 +1 @@
+assert_source_completions xmlwf
diff --git a/test/completion/xrandr.exp b/test/completion/xrandr.exp
new file mode 100644
index 0000000..37dcedc
--- /dev/null
+++ b/test/completion/xrandr.exp
@@ -0,0 +1 @@
+assert_source_completions xrandr
diff --git a/test/lib/completions/abook.exp b/test/lib/completions/rpcdebug.exp
similarity index 81%
copy from test/lib/completions/abook.exp
copy to test/lib/completions/rpcdebug.exp
index 3f4e301..8629c94 100644
--- a/test/lib/completions/abook.exp
+++ b/test/lib/completions/rpcdebug.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "abook "
+assert_complete_any "rpcdebug -"
 
 
 sync_after_int
diff --git a/test/lib/completions/abook.exp b/test/lib/completions/strace.exp
similarity index 82%
copy from test/lib/completions/abook.exp
copy to test/lib/completions/strace.exp
index 3f4e301..55004d2 100644
--- a/test/lib/completions/abook.exp
+++ b/test/lib/completions/strace.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "abook "
+assert_complete_any "strace -"
 
 
 sync_after_int
diff --git a/test/lib/completions/abook.exp b/test/lib/completions/xmllint.exp
similarity index 82%
copy from test/lib/completions/abook.exp
copy to test/lib/completions/xmllint.exp
index 3f4e301..1545147 100644
--- a/test/lib/completions/abook.exp
+++ b/test/lib/completions/xmllint.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "abook "
+assert_complete_any "xmllint "
 
 
 sync_after_int
diff --git a/test/lib/completions/abook.exp b/test/lib/completions/xmlwf.exp
similarity index 83%
copy from test/lib/completions/abook.exp
copy to test/lib/completions/xmlwf.exp
index 3f4e301..a996d45 100644
--- a/test/lib/completions/abook.exp
+++ b/test/lib/completions/xmlwf.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "abook "
+assert_complete_any "xmlwf "
 
 
 sync_after_int
diff --git a/test/lib/completions/abook.exp b/test/lib/completions/xrandr.exp
similarity index 82%
copy from test/lib/completions/abook.exp
copy to test/lib/completions/xrandr.exp
index 3f4e301..649ed43 100644
--- a/test/lib/completions/abook.exp
+++ b/test/lib/completions/xrandr.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "abook "
+assert_complete_any "xrandr "
 
 
 sync_after_int

-- 
bash-completion



More information about the Bash-completion-commits mailing list