diff options
author | Paolo Bonzini | 2017-09-12 16:44:51 +0200 |
---|---|---|
committer | Kevin Wolf | 2017-10-06 16:28:58 +0200 |
commit | 9ee4b6f803335d23e3b6fe21c139707918c3eb24 (patch) | |
tree | 12aaf438dedd89301e2dc028a6945d17418f8beb /tests/qemu-iotests/common.config | |
parent | qemu-iotests: remove dead code (diff) | |
download | qemu-9ee4b6f803335d23e3b6fe21c139707918c3eb24.tar.gz qemu-9ee4b6f803335d23e3b6fe21c139707918c3eb24.tar.xz qemu-9ee4b6f803335d23e3b6fe21c139707918c3eb24.zip |
qemu-iotests: get rid of AWK_PROG
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/common.config')
-rw-r--r-- | tests/qemu-iotests/common.config | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/qemu-iotests/common.config b/tests/qemu-iotests/common.config index b599c72211..0f571d46eb 100644 --- a/tests/qemu-iotests/common.config +++ b/tests/qemu-iotests/common.config @@ -56,9 +56,6 @@ _fatal() exit 1 } -export AWK_PROG="`set_prog_path awk`" -[ "$AWK_PROG" = "" ] && _fatal "awk not found" - if [ -z "$QEMU_PROG" ]; then export QEMU_PROG="`set_prog_path qemu`" fi |