aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/check
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2017-09-12 16:44:55 +0200
committerKevin Wolf <kwolf@redhat.com>2017-10-06 16:28:58 +0200
commit3817ce03bf3373065c25e389ecb7f23a511ebcdc (patch)
treec66cd63234a4794be712b45a835920399bcc6a1f /tests/qemu-iotests/check
parentd1f2447a3e8d0804838e2445f955996c925395ef (diff)
downloadqemu-3817ce03bf3373065c25e389ecb7f23a511ebcdc.zip
qemu-3817ce03bf3373065c25e389ecb7f23a511ebcdc.tar.gz
qemu-3817ce03bf3373065c25e389ecb7f23a511ebcdc.tar.bz2
qemu-iotests: do not include common.rc in "check"
It only provides functions used by the test programs. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/check')
-rwxr-xr-xtests/qemu-iotests/check6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/qemu-iotests/check b/tests/qemu-iotests/check
index 03871d0..e39680a 100755
--- a/tests/qemu-iotests/check
+++ b/tests/qemu-iotests/check
@@ -72,12 +72,6 @@ then
_init_error "failed to source common.config"
fi
-# we need common.rc
-if ! . "$source_iotests/common.rc"
-then
- _init_error "failed to source common.rc"
-fi
-
# we need common
. "$source_iotests/common"