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