[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-241-g0a40e98

Ville Skyttä ville.skytta at iki.fi
Mon May 2 12:23:15 UTC 2011


The following commit has been merged in the master branch:
commit 0a40e980cbd18c15a354e19b526ff7a6ad9ad39d
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon May 2 14:08:48 2011 +0300

    testsuite: Add basic grpck, passwd, and pwck test cases.

diff --git a/test/completion/grpck.exp b/test/completion/grpck.exp
new file mode 100644
index 0000000..db2caee
--- /dev/null
+++ b/test/completion/grpck.exp
@@ -0,0 +1 @@
+assert_source_completions grpck
diff --git a/test/completion/passwd.exp b/test/completion/passwd.exp
new file mode 100644
index 0000000..2f0bec9
--- /dev/null
+++ b/test/completion/passwd.exp
@@ -0,0 +1 @@
+assert_source_completions passwd
diff --git a/test/completion/pwck.exp b/test/completion/pwck.exp
new file mode 100644
index 0000000..55d5f95
--- /dev/null
+++ b/test/completion/pwck.exp
@@ -0,0 +1 @@
+assert_source_completions pwck
diff --git a/test/lib/completions/a2ps.exp b/test/lib/completions/grpck.exp
similarity index 80%
copy from test/lib/completions/a2ps.exp
copy to test/lib/completions/grpck.exp
index 77cd07f..385ebe2 100644
--- a/test/lib/completions/a2ps.exp
+++ b/test/lib/completions/grpck.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "a2ps "
+assert_complete_any "grpck "
 
 
 sync_after_int
diff --git a/test/lib/completions/a2ps.exp b/test/lib/completions/passwd.exp
similarity index 79%
copy from test/lib/completions/a2ps.exp
copy to test/lib/completions/passwd.exp
index 77cd07f..df2945b 100644
--- a/test/lib/completions/a2ps.exp
+++ b/test/lib/completions/passwd.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "a2ps "
+assert_complete_any "passwd "
 
 
 sync_after_int
diff --git a/test/lib/completions/a2ps.exp b/test/lib/completions/pwck.exp
similarity index 80%
copy from test/lib/completions/a2ps.exp
copy to test/lib/completions/pwck.exp
index 77cd07f..e7c5706 100644
--- a/test/lib/completions/a2ps.exp
+++ b/test/lib/completions/pwck.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "a2ps "
+assert_complete_any "pwck "
 
 
 sync_after_int

-- 
bash-completion



More information about the Bash-completion-commits mailing list