[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-380-g9e4605b

Ville Skyttä ville.skytta at iki.fi
Sat Jun 18 12:53:58 UTC 2011


The following commit has been merged in the master branch:
commit d4c888be4b1dff9c1915c3aea09dcc90218ad84a
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Jun 18 15:06:18 2011 +0300

    testsuite: Add basic lpr and lpq test cases.

diff --git a/test/completion/lpq.exp b/test/completion/lpq.exp
new file mode 100644
index 0000000..062d0c0
--- /dev/null
+++ b/test/completion/lpq.exp
@@ -0,0 +1 @@
+assert_source_completions lpq
diff --git a/test/completion/lpr.exp b/test/completion/lpr.exp
new file mode 100644
index 0000000..6f65fee
--- /dev/null
+++ b/test/completion/lpr.exp
@@ -0,0 +1 @@
+assert_source_completions lpr
diff --git a/test/lib/completions/c++.exp b/test/lib/completions/lpq.exp
similarity index 81%
copy from test/lib/completions/c++.exp
copy to test/lib/completions/lpq.exp
index c899de2..41fdb21 100644
--- a/test/lib/completions/c++.exp
+++ b/test/lib/completions/lpq.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "c++ "
+assert_complete_any "lpq "
 
 
 sync_after_int
diff --git a/test/lib/completions/c++.exp b/test/lib/completions/lpr.exp
similarity index 81%
copy from test/lib/completions/c++.exp
copy to test/lib/completions/lpr.exp
index c899de2..1ec4684 100644
--- a/test/lib/completions/c++.exp
+++ b/test/lib/completions/lpr.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "c++ "
+assert_complete_any "lpr "
 
 
 sync_after_int

-- 
bash-completion



More information about the Bash-completion-commits mailing list