summaryrefslogtreecommitdiff
path: root/test/lib/completions/screen.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/screen.exp')
-rw-r--r--test/lib/completions/screen.exp8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/lib/completions/screen.exp b/test/lib/completions/screen.exp
index e5bc4c15..5e585179 100644
--- a/test/lib/completions/screen.exp
+++ b/test/lib/completions/screen.exp
@@ -12,15 +12,19 @@ setup
assert_complete_any "screen -"
-
-
sync_after_int
assert_complete {bar "bar bar.d/" foo foo.d/} \
"screen -c $::srcdir/fixtures/shared/default/" "-c should complete files/dirs"
+sync_after_int
+
+
+assert_complete_any "screen cat"
+sync_after_int
+assert_complete_any "screen -T foo cat"
sync_after_int