summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-01-18 19:20:40 +0200
committerVille Skyttä <ville.skytta@iki.fi>2010-01-18 19:20:40 +0200
commit5d9e4f0c693fe1b3eaa5361a99b5409d166bec72 (patch)
treed42d31ef3b0943ae07c04c7b661e054141f34880
parent825f3cce05c27a361d060140232d1e72ef26c351 (diff)
downloadbash-completion-5d9e4f0c693fe1b3eaa5361a99b5409d166bec72.tar.gz
(testsuite) Enable gzip and bzip2 tests.
-rw-r--r--test/completion/bzip2.exp3
-rw-r--r--test/completion/gzip.exp3
2 files changed, 6 insertions, 0 deletions
diff --git a/test/completion/bzip2.exp b/test/completion/bzip2.exp
new file mode 100644
index 00000000..fd7c85d0
--- /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 00000000..78af4f0d
--- /dev/null
+++ b/test/completion/gzip.exp
@@ -0,0 +1,3 @@
+if {[assert_bash_type {gzip}]} {
+ source "lib/completions/gzip.exp"
+}; # if