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