summaryrefslogtreecommitdiff
path: root/test/lib/completions/kill.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/kill.exp')
-rw-r--r--test/lib/completions/kill.exp8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/lib/completions/kill.exp b/test/lib/completions/kill.exp
index 1e80fe69..bc07bc48 100644
--- a/test/lib/completions/kill.exp
+++ b/test/lib/completions/kill.exp
@@ -12,14 +12,16 @@ setup
assert_complete_any "kill 1"
-
-
sync_after_int
-assert_complete [get_signals] "kill -"
+assert_complete [get_signals] "kill -s "
+sync_after_int
+set expected [get_signals -]
+lappend expected "-l" "-s"
+assert_complete [lsort -unique $expected] "kill -"
sync_after_int