summaryrefslogtreecommitdiff
path: root/test/lib/completions/vncviewer.exp
diff options
context:
space:
mode:
authorFreddy Vulto <fvulto@gmail.com>2009-08-01 09:35:24 +0200
committerFreddy Vulto <fvulto@gmail.com>2009-08-01 09:35:24 +0200
commit90fc7be01199d85404dfa157a2ff7f82cc3abfd2 (patch)
treea721c7d5391fd0fe7616dc70bffa8714a876a3d8 /test/lib/completions/vncviewer.exp
parent85dd9cd64cfa5130a9108fbcf54c744473957301 (diff)
downloadbash-completion-90fc7be01199d85404dfa157a2ff7f82cc3abfd2.tar.gz
Reviewed tests v*, w*, x* & y*
Directories `test/_completion_to_review' & 'lib/completions_to_review' are now removed.
Diffstat (limited to 'test/lib/completions/vncviewer.exp')
-rw-r--r--test/lib/completions/vncviewer.exp10
1 files changed, 1 insertions, 9 deletions
diff --git a/test/lib/completions/vncviewer.exp b/test/lib/completions/vncviewer.exp
index bde8e7e3..8d619c51 100644
--- a/test/lib/completions/vncviewer.exp
+++ b/test/lib/completions/vncviewer.exp
@@ -11,15 +11,7 @@ proc teardown {} {
setup
-set test "Tab should show completions"
- # Try completion
-set cmd "xvnc4viewer "
-send "$cmd\t"
-expect {
- -re "$cmd\r\n.*$cmd$" { pass "$test" }
- -re /@ { unresolved "$test at prompt" }
- -re eof { unresolved "eof" }
-}; # expect
+assert_complete_any "vncviewer "
sync_after_int