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