summaryrefslogtreecommitdiff
path: root/test/lib/completions/xfreerdp.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/xfreerdp.exp')
-rw-r--r--test/lib/completions/xfreerdp.exp28
1 files changed, 0 insertions, 28 deletions
diff --git a/test/lib/completions/xfreerdp.exp b/test/lib/completions/xfreerdp.exp
deleted file mode 100644
index f61cfcad..00000000
--- a/test/lib/completions/xfreerdp.exp
+++ /dev/null
@@ -1,28 +0,0 @@
-proc setup {} {
- save_env
-}
-
-
-proc teardown {} {
- assert_env_unmodified
-}
-
-
-setup
-
-
-set test "Tab should complete options"
-set cmd "xfreerdp --"
-send "$cmd\t"
-set expected "^$cmd\r\n--data.*--kbd-list.*--plugin\r\n/@$cmd$"
-expect {
- -re $expected { pass "$test" }
- -re /@ { unresolved "$test at prompt" }
- default { unresolved "$test" }
-}
-
-
-sync_after_int
-
-
-teardown