summaryrefslogtreecommitdiff
path: root/test/lib/completions/tail.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/tail.exp')
-rw-r--r--test/lib/completions/tail.exp4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/lib/completions/tail.exp b/test/lib/completions/tail.exp
index fb8d89e3..c8a82d97 100644
--- a/test/lib/completions/tail.exp
+++ b/test/lib/completions/tail.exp
@@ -11,7 +11,9 @@ proc teardown {} {
setup
-assert_complete_any "tail --"
+if {[assert_exec {tail --help} "" "" "unsupported"]} {
+ assert_complete_any "tail --"
+}; # if
sync_after_int