diff options
| author | Cleber Rosa | 2017-07-27 14:02:09 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2017-08-14 12:06:54 +0200 |
| commit | a3e08c2dbd7db9b86e174f5e50c6aa7a59a2b21d (patch) | |
| tree | cae944c4bf7e6ee5325944b649a3364698a671a9 | |
| parent | qemu-iotests: remove commented out variables (diff) | |
| download | qemu-a3e08c2dbd7db9b86e174f5e50c6aa7a59a2b21d.tar.gz qemu-a3e08c2dbd7db9b86e174f5e50c6aa7a59a2b21d.tar.xz qemu-a3e08c2dbd7db9b86e174f5e50c6aa7a59a2b21d.zip | |
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>
| -rwxr-xr-x | tests/qemu-iotests/check | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/qemu-iotests/check b/tests/qemu-iotests/check index 437ef65320..d504b6e455 100755 --- a/tests/qemu-iotests/check +++ b/tests/qemu-iotests/check @@ -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}"/$$ |
