(testsuite) Enable gzip and bzip2 tests.

This commit is contained in:
Ville Skyttä 2010-01-18 19:20:40 +02:00
parent 825f3cce05
commit 5d9e4f0c69
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
if {[assert_bash_type {bzip2}]} {
source "lib/completions/bzip2.exp"
}; # if

3
test/completion/gzip.exp Normal file
View File

@ -0,0 +1,3 @@
if {[assert_bash_type {gzip}]} {
source "lib/completions/gzip.exp"
}; # if