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

Ville Skyttä ville.skytta at iki.fi
Mon Jan 18 17:29:17 UTC 2010


The following commit has been merged in the master branch:
commit 5d9e4f0c693fe1b3eaa5361a99b5409d166bec72
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Jan 18 19:20:40 2010 +0200

    (testsuite) Enable gzip and bzip2 tests.

diff --git a/test/completion/bzip2.exp b/test/completion/bzip2.exp
new file mode 100644
index 0000000..fd7c85d
--- /dev/null
+++ b/test/completion/bzip2.exp
@@ -0,0 +1,3 @@
+if {[assert_bash_type {bzip2}]} {
+    source "lib/completions/bzip2.exp"
+}; # if
diff --git a/test/completion/gzip.exp b/test/completion/gzip.exp
new file mode 100644
index 0000000..78af4f0
--- /dev/null
+++ b/test/completion/gzip.exp
@@ -0,0 +1,3 @@
+if {[assert_bash_type {gzip}]} {
+    source "lib/completions/gzip.exp"
+}; # if

-- 
bash-completion



More information about the Bash-completion-commits mailing list