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