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