qemu-iotests: remove comment about root privileges requirement
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>
This commit is contained in:
parent
80758ec57d
commit
a3e08c2dbd
@ -123,12 +123,6 @@ fi
|
|||||||
# we need common
|
# we need common
|
||||||
. "$source_iotests/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
|
TIMESTAMP_FILE=check.time-$IMGPROTO-$IMGFMT
|
||||||
|
|
||||||
tmp="${TEST_DIR}"/$$
|
tmp="${TEST_DIR}"/$$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user