diff options
Diffstat (limited to 'test/lib/completions/vgexport.exp')
-rw-r--r-- | test/lib/completions/vgexport.exp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/lib/completions/vgexport.exp b/test/lib/completions/vgexport.exp index 2900960f..e6e45d00 100644 --- a/test/lib/completions/vgexport.exp +++ b/test/lib/completions/vgexport.exp @@ -11,7 +11,9 @@ proc teardown {} { setup -assert_complete_any "vgexport -" +if {[assert_exec {vgexport --help} "" "" "untested"]} { # may fail as non-root + assert_complete_any "vgexport -" +} sync_after_int |