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