summaryrefslogtreecommitdiff
path: root/test/lib/completions/userdel.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/userdel.exp')
-rw-r--r--test/lib/completions/userdel.exp22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/lib/completions/userdel.exp b/test/lib/completions/userdel.exp
deleted file mode 100644
index 2a46246c..00000000
--- a/test/lib/completions/userdel.exp
+++ /dev/null
@@ -1,22 +0,0 @@
-proc setup {} {
- save_env
-}
-
-
-proc teardown {} {
- assert_env_unmodified
-}
-
-
-setup
-
-
-# "r": root
-assert_complete_any "userdel r"
-sync_after_int
-
-assert_complete_any "userdel -"
-sync_after_int
-
-
-teardown