summaryrefslogtreecommitdiff
path: root/test/lib/completions/rmdir.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/rmdir.exp')
-rw-r--r--test/lib/completions/rmdir.exp26
1 files changed, 0 insertions, 26 deletions
diff --git a/test/lib/completions/rmdir.exp b/test/lib/completions/rmdir.exp
deleted file mode 100644
index 1a904b64..00000000
--- a/test/lib/completions/rmdir.exp
+++ /dev/null
@@ -1,26 +0,0 @@
-proc setup {} {
- save_env
-}
-
-
-proc teardown {} {
- assert_env_unmodified
-}
-
-
-setup
-
-
-assert_complete_any "rmdir "
-
-
-sync_after_int
-
-
-assert_complete {"bar bar.d/" foo.d/} "rmdir $::srcdir/fixtures/shared/default/"
-
-
-sync_after_int
-
-
-teardown