summaryrefslogtreecommitdiff
path: root/test/lib/completions_to_review/lvresize.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions_to_review/lvresize.exp')
-rw-r--r--test/lib/completions_to_review/lvresize.exp26
1 files changed, 0 insertions, 26 deletions
diff --git a/test/lib/completions_to_review/lvresize.exp b/test/lib/completions_to_review/lvresize.exp
deleted file mode 100644
index ce441983..00000000
--- a/test/lib/completions_to_review/lvresize.exp
+++ /dev/null
@@ -1,26 +0,0 @@
-proc setup {} {
-}; # setup()
-
-
-proc teardown {} {
-}; # teardown()
-
-
-setup
-
-
-set test "Tab should complete"
- # Try completion
-set cmd "lvresize --"
-send "$cmd\t"
-expect {
- -re "^$cmd\r\n.*$cmd$" { pass "$test" }
- -re /@ { unresolved "$test at prompt" }
- -re eof { unresolved "eof" }
-}; # expect
-
-
-sync_after_int
-
-
-teardown