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

Ville Skyttä ville.skytta at iki.fi
Tue Jan 19 21:17:20 UTC 2010


The following commit has been merged in the master branch:
commit 7e03431ed77575d5cb13f4355a54f8cf3d66e015
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Jan 19 23:13:14 2010 +0200

    (testsuite) Add basic tests for make.

diff --git a/test/completion/make.exp b/test/completion/make.exp
new file mode 100644
index 0000000..1a1d59f
--- /dev/null
+++ b/test/completion/make.exp
@@ -0,0 +1,3 @@
+if {[assert_bash_type make]} {
+    source "lib/completions/make.exp"
+}; # if
diff --git a/test/lib/completions/bk.exp b/test/lib/completions/make.exp
similarity index 83%
copy from test/lib/completions/bk.exp
copy to test/lib/completions/make.exp
index 4915136..90b9e68 100644
--- a/test/lib/completions/bk.exp
+++ b/test/lib/completions/make.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "bk "
+assert_complete_any "make "
 
 
 sync_after_int

-- 
bash-completion



More information about the Bash-completion-commits mailing list