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.exp10
1 files changed, 8 insertions, 2 deletions
diff --git a/test/lib/completions/mkdir.exp b/test/lib/completions/mkdir.exp
index 43dfec7e..8d8c881d 100644
--- a/test/lib/completions/mkdir.exp
+++ b/test/lib/completions/mkdir.exp
@@ -1,11 +1,11 @@
proc setup {} {
save_env
-}; # setup()
+}
proc teardown {} {
assert_env_unmodified
-}; # teardown()
+}
setup
@@ -17,4 +17,10 @@ assert_complete_any "mkdir "
sync_after_int
+assert_complete {"bar bar.d/" foo.d/} "mkdir $::srcdir/fixtures/shared/default/"
+
+
+sync_after_int
+
+
teardown