summaryrefslogtreecommitdiff
path: root/test/lib/completions/lzma.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/lzma.exp')
-rw-r--r--test/lib/completions/lzma.exp30
1 files changed, 0 insertions, 30 deletions
diff --git a/test/lib/completions/lzma.exp b/test/lib/completions/lzma.exp
deleted file mode 100644
index 16b45d0b..00000000
--- a/test/lib/completions/lzma.exp
+++ /dev/null
@@ -1,30 +0,0 @@
-proc setup {} {
- save_env
-}
-
-
-proc teardown {} {
- assert_env_unmodified
-}
-
-
-setup
-
-
-assert_complete_any "lzma "
-
-
-sync_after_int
-
-
-assert_complete "a/ bashcomp.lzma bashcomp.tlz" "lzma -d $::srcdir/fixtures/xz/"
-
-
-sync_after_int
-
-
-assert_complete_homedir "lzma"
-sync_after_int
-
-
-teardown