[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.90-150-g91528b5

Ville Skyttä ville.skytta at iki.fi
Sat Feb 18 08:15:08 UTC 2012


The following commit has been merged in the master branch:
commit f41d7e2ff660fdf9a95490d4fb438eefa565e9d1
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Feb 18 10:10:38 2012 +0200

    testsuite: Add basic su test case.

diff --git a/test/completion/su.exp b/test/completion/su.exp
new file mode 100644
index 0000000..8c123fc
--- /dev/null
+++ b/test/completion/su.exp
@@ -0,0 +1 @@
+assert_source_completions su
diff --git a/test/lib/completions/pwd.exp b/test/lib/completions/su.exp
similarity index 81%
copy from test/lib/completions/pwd.exp
copy to test/lib/completions/su.exp
index f40fdb9..55dd80d 100644
--- a/test/lib/completions/pwd.exp
+++ b/test/lib/completions/su.exp
@@ -9,9 +9,9 @@ proc teardown {} {
 
 
 setup
+assert_complete_any "su "
 
 
-assert_no_complete "pwd "
 sync_after_int
 
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list