Loading tests/qemu-iotests/check +0 −6 Original line number Diff line number Diff line Loading @@ -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" Loading tests/qemu-iotests/common.rc +5 −8 Original line number Diff line number Diff line Loading @@ -40,15 +40,12 @@ poke_file() printf "$3" | dd "of=$1" bs=1 "seek=$2" conv=notrunc &>/dev/null } # we need common.config if [ "$iam" != "check" ] then if ! . ./common.config then echo "$iam: failed to source common.config" exit 1 fi fi _qemu_wrapper() { Loading Loading
tests/qemu-iotests/check +0 −6 Original line number Diff line number Diff line Loading @@ -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" Loading
tests/qemu-iotests/common.rc +5 −8 Original line number Diff line number Diff line Loading @@ -40,15 +40,12 @@ poke_file() printf "$3" | dd "of=$1" bs=1 "seek=$2" conv=notrunc &>/dev/null } # we need common.config if [ "$iam" != "check" ] then if ! . ./common.config then echo "$iam: failed to source common.config" exit 1 fi fi _qemu_wrapper() { Loading