summaryrefslogtreecommitdiff
path: root/test/lib/completions/7z.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/7z.exp')
-rw-r--r--test/lib/completions/7z.exp37
1 files changed, 0 insertions, 37 deletions
diff --git a/test/lib/completions/7z.exp b/test/lib/completions/7z.exp
deleted file mode 100644
index 4e7e8689..00000000
--- a/test/lib/completions/7z.exp
+++ /dev/null
@@ -1,37 +0,0 @@
-proc setup {} {
- save_env
-}
-
-
-proc teardown {} {
- assert_env_unmodified {/OLDPWD=/d}
-}
-
-
-setup
-
-
-assert_complete_any "7z "
-sync_after_int
-
-
-assert_complete "-tzip" "7z a ar -tzi"
-sync_after_int
-
-
-set dir $::srcdir/fixtures/_filedir
-assert_complete_dir "-wa\\ b/" "7z x -wa\\ " $dir "" -nospace
-sync_after_int
-
-
-set dir $::srcdir/fixtures/7z
-assert_complete_dir "a.7z" "7z x " $dir
-sync_after_int
-
-
-set dir $::srcdir/fixtures/7z
-assert_complete_dir "abc" "7z d a.7z " $dir
-sync_after_int
-
-
-teardown