]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qemu-iotests: remove comment about root privileges requirement
authorCleber Rosa <crosa@redhat.com>
Thu, 27 Jul 2017 12:02:09 +0000 (08:02 -0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 14 Aug 2017 10:06:54 +0000 (13:06 +0300)
The check script contains a commented out root user requirement,
probably because of its xfstests heritage.  This requirement doesn't
apply to qemu-iotests, so it better be gone.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
tests/qemu-iotests/check

index 437ef6532043bf2b2ae5640e7811fcb444a0f8d4..d504b6e4553d9f645db7c826c631a0ac61044b6e 100755 (executable)
@@ -123,12 +123,6 @@ fi
 # we need common
 . "$source_iotests/common"
 
-#if [ `id -u` -ne 0 ]
-#then
-#    echo "check: QA must be run as root"
-#    exit 1
-#fi
-
 TIMESTAMP_FILE=check.time-$IMGPROTO-$IMGFMT
 
 tmp="${TEST_DIR}"/$$