Skip to content

Commit

Permalink
qemu-iotests: remove comment about root privileges requirement
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
  • Loading branch information
clebergnu authored and Michael Tokarev committed Aug 14, 2017
1 parent 80758ec commit a3e08c2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/qemu-iotests/check
Original file line number Diff line number Diff line change
Expand Up @@ -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}"/$$
Expand Down

0 comments on commit a3e08c2

Please sign in to comment.