[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 38e9ef18b2150740871a569ff16c6aefd018d8a2

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


The following commit has been merged in the master branch:
commit 1017a085a9c4a5e83b7c174f6661c2ddc4a572b4
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Apr 21 19:20:35 2010 +0300

    Add bunch of missing basic testcases.

diff --git a/test/completion/apache2ctl.exp b/test/completion/apache2ctl.exp
new file mode 100644
index 0000000..f3d5d77
--- /dev/null
+++ b/test/completion/apache2ctl.exp
@@ -0,0 +1 @@
+assert_source_completions apache2ctl
diff --git a/test/completion/autorpm.exp b/test/completion/autorpm.exp
new file mode 100644
index 0000000..5931bdb
--- /dev/null
+++ b/test/completion/autorpm.exp
@@ -0,0 +1 @@
+assert_source_completions autorpm
diff --git a/test/completion/brctl.exp b/test/completion/brctl.exp
new file mode 100644
index 0000000..efb5a75
--- /dev/null
+++ b/test/completion/brctl.exp
@@ -0,0 +1 @@
+assert_source_completions brctl
diff --git a/test/completion/chsh.exp b/test/completion/chsh.exp
new file mode 100644
index 0000000..3caa0c5
--- /dev/null
+++ b/test/completion/chsh.exp
@@ -0,0 +1 @@
+assert_source_completions chsh
diff --git a/test/completion/cowsay.exp b/test/completion/cowsay.exp
new file mode 100644
index 0000000..b82d66d
--- /dev/null
+++ b/test/completion/cowsay.exp
@@ -0,0 +1 @@
+assert_source_completions cowsay
diff --git a/test/completion/jar.exp b/test/completion/jar.exp
new file mode 100644
index 0000000..f9dbdc7
--- /dev/null
+++ b/test/completion/jar.exp
@@ -0,0 +1 @@
+assert_source_completions jar
diff --git a/test/completion/lzop.exp b/test/completion/lzop.exp
new file mode 100644
index 0000000..99d8e67
--- /dev/null
+++ b/test/completion/lzop.exp
@@ -0,0 +1 @@
+assert_source_completions lzop
diff --git a/test/lib/completions/abook.exp b/test/lib/completions/apache2ctl.exp
similarity index 80%
copy from test/lib/completions/abook.exp
copy to test/lib/completions/apache2ctl.exp
index 3f4e301..e63abb1 100644
--- a/test/lib/completions/abook.exp
+++ b/test/lib/completions/apache2ctl.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "abook "
+assert_complete_any "apache2ctl "
 
 
 sync_after_int
diff --git a/test/lib/completions/abook.exp b/test/lib/completions/autorpm.exp
similarity index 82%
copy from test/lib/completions/abook.exp
copy to test/lib/completions/autorpm.exp
index 3f4e301..99b743c 100644
--- a/test/lib/completions/abook.exp
+++ b/test/lib/completions/autorpm.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "abook "
+assert_complete_any "autorpm "
 
 
 sync_after_int
diff --git a/test/lib/completions/abook.exp b/test/lib/completions/brctl.exp
similarity index 83%
copy from test/lib/completions/abook.exp
copy to test/lib/completions/brctl.exp
index 3f4e301..d87002a 100644
--- a/test/lib/completions/abook.exp
+++ b/test/lib/completions/brctl.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "abook "
+assert_complete_any "brctl "
 
 
 sync_after_int
diff --git a/test/lib/completions/bc.exp b/test/lib/completions/chsh.exp
similarity index 83%
copy from test/lib/completions/bc.exp
copy to test/lib/completions/chsh.exp
index c437d03..18acb5b 100644
--- a/test/lib/completions/bc.exp
+++ b/test/lib/completions/chsh.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "bc --"
+assert_complete_any "chsh "
 
 
 sync_after_int
diff --git a/test/lib/completions/abook.exp b/test/lib/completions/cowsay.exp
similarity index 82%
copy from test/lib/completions/abook.exp
copy to test/lib/completions/cowsay.exp
index 3f4e301..dfbefe1 100644
--- a/test/lib/completions/abook.exp
+++ b/test/lib/completions/cowsay.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "abook "
+assert_complete_any "cowsay "
 
 
 sync_after_int
diff --git a/test/lib/completions/bk.exp b/test/lib/completions/jar.exp
similarity index 84%
copy from test/lib/completions/bk.exp
copy to test/lib/completions/jar.exp
index 4915136..0e11f68 100644
--- a/test/lib/completions/bk.exp
+++ b/test/lib/completions/jar.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "bk "
+assert_complete_any "jar "
 
 
 sync_after_int
diff --git a/test/lib/completions/bc.exp b/test/lib/completions/lzop.exp
similarity index 83%
copy from test/lib/completions/bc.exp
copy to test/lib/completions/lzop.exp
index c437d03..c33e814 100644
--- a/test/lib/completions/bc.exp
+++ b/test/lib/completions/lzop.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "bc --"
+assert_complete_any "lzop "
 
 
 sync_after_int

-- 
bash-completion



More information about the Bash-completion-commits mailing list