diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/virsh-all | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/virsh-all b/tests/virsh-all index 2650b86c5..d4e2633db 100755 --- a/tests/virsh-all +++ b/tests/virsh-all @@ -25,7 +25,7 @@ fail=0 test_url=test:///default -$abs_top_builddir/tools/virsh -c $test_url help > cmds || framework_failure +$abs_top_builddir/tools/virsh -c $test_url help | grep -v connect > cmds || framework_failure cmds=$(sed -n 's/^ \([^ ][^ ]*\) .*/\1/p' cmds) || framework_failure test -n "$cmds" || framework_failure |