diff options
Diffstat (limited to 'test/lib/completions/kcov.exp')
-rw-r--r-- | test/lib/completions/kcov.exp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/lib/completions/kcov.exp b/test/lib/completions/kcov.exp index c39f53e7..c6c4a06d 100644 --- a/test/lib/completions/kcov.exp +++ b/test/lib/completions/kcov.exp @@ -12,15 +12,13 @@ setup assert_complete_any "kcov " - - sync_after_int - set test "--exclude-patter<TAB> should complete \"--exclude-pattern=\"" assert_complete "--exclude-pattern=" "kcov --exclude-patter" $test -nospace +sync_after_int - +assert_complete_any "kcov -l 42," sync_after_int |