summaryrefslogtreecommitdiff
path: root/test/lib/completions/look.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/look.exp')
-rw-r--r--test/lib/completions/look.exp22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/lib/completions/look.exp b/test/lib/completions/look.exp
deleted file mode 100644
index af9a71a8..00000000
--- a/test/lib/completions/look.exp
+++ /dev/null
@@ -1,22 +0,0 @@
-proc setup {} {
- save_env
-}
-
-
-proc teardown {} {
- assert_env_unmodified
-}
-
-
-setup
-
-
-if {[assert_exec {look foo | grep ^foo} words {} "unsupported"]} {
- assert_complete $words "look foo"
-}
-
-
-sync_after_int
-
-
-teardown