summaryrefslogtreecommitdiff
path: root/test/lib/completions/htpasswd.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/htpasswd.exp')
-rw-r--r--test/lib/completions/htpasswd.exp32
1 files changed, 0 insertions, 32 deletions
diff --git a/test/lib/completions/htpasswd.exp b/test/lib/completions/htpasswd.exp
deleted file mode 100644
index bb66d2f0..00000000
--- a/test/lib/completions/htpasswd.exp
+++ /dev/null
@@ -1,32 +0,0 @@
-proc setup {} {
- save_env
-}
-
-
-proc teardown {} {
- assert_env_unmodified {
- /OLDPWD=/d
- }
-}
-
-
-setup
-
-
-assert_complete_any "htpasswd "
-sync_after_int
-
-
-assert_no_complete "htpasswd -n $::srcdir/fixtures/htpasswd/ht"
-sync_after_int
-
-
-assert_complete_dir "htpasswd" "htpasswd " $::srcdir/fixtures/htpasswd
-sync_after_int
-
-
-assert_complete_dir "foo quux" "htpasswd -D htpasswd " $::srcdir/fixtures/htpasswd
-sync_after_int
-
-
-teardown