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

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


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

    testsuite: Add basic mysql test case.

diff --git a/test/completion/mysql.exp b/test/completion/mysql.exp
new file mode 100644
index 0000000..ad9fac6
--- /dev/null
+++ b/test/completion/mysql.exp
@@ -0,0 +1 @@
+assert_source_completions mysql
diff --git a/test/lib/completions/a2ps.exp b/test/lib/completions/mysql.exp
similarity index 79%
copy from test/lib/completions/a2ps.exp
copy to test/lib/completions/mysql.exp
index 77cd07f..62a64fc 100644
--- a/test/lib/completions/a2ps.exp
+++ b/test/lib/completions/mysql.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "a2ps "
+assert_complete_any "mysql --"
 
 
 sync_after_int

-- 
bash-completion



More information about the Bash-completion-commits mailing list