From: Vladimir Sementsov-Ogievskiy Date: Tue, 3 Sep 2019 13:50:24 +0000 (+0300) Subject: iotests: skip 232 when run tests as root X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d885ac33cfc30a14e0f68c227865910257fd2c44;p=qemu.git iotests: skip 232 when run tests as root chmod a-w don't help under root, so skip the test in such case. Signed-off-by: Vladimir Sementsov-Ogievskiy Signed-off-by: Kevin Wolf --- diff --git a/tests/qemu-iotests/232 b/tests/qemu-iotests/232 index 2063f78876..65b0e42063 100755 --- a/tests/qemu-iotests/232 +++ b/tests/qemu-iotests/232 @@ -74,6 +74,12 @@ if [ -n "$TEST_IMG_FILE" ]; then TEST_IMG=$TEST_IMG_FILE fi +chmod a-w $TEST_IMG +(echo test > $TEST_IMG) 2>/dev/null && \ + _notrun "Readonly attribute is ignored, probably you run this test as" \ + "root, which is unsupported." +chmod a+w $TEST_IMG + echo echo "=== -drive with read-write image: read-only/auto-read-only combinations ===" echo