diff options
Diffstat (limited to 'tests/qemu-iotests/162')
-rwxr-xr-x | tests/qemu-iotests/162 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/qemu-iotests/162 b/tests/qemu-iotests/162 index 4e5ed74..2d719af 100755 --- a/tests/qemu-iotests/162 +++ b/tests/qemu-iotests/162 @@ -39,9 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 . ./common.filter _supported_fmt generic - -test_ssh=$($QEMU_IMG --help | grep '^Supported formats:.* ssh\( \|$\)') -[ "$test_ssh" = "" ] && _notrun "ssh support required" +_require_drivers ssh echo echo '=== NBD ===' |