summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorFam Zheng2014-08-27 05:11:55 +0200
committerMichael Tokarev2014-09-02 20:38:16 +0200
commit7d2ff422cac3e6d5dc7df9072e54bb8dfbd8b589 (patch)
tree429118877430c7c1164fddd830de2774ec0cc1a7 /scripts
parentFix debug print warning (diff)
downloadqemu-7d2ff422cac3e6d5dc7df9072e54bb8dfbd8b589.tar.gz
qemu-7d2ff422cac3e6d5dc7df9072e54bb8dfbd8b589.tar.xz
qemu-7d2ff422cac3e6d5dc7df9072e54bb8dfbd8b589.zip
scripts: Remove scripts/qtest
This is a dummy file with no user, drop it. Signed-off-by: Fam Zheng <famz@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/qtest5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/qtest b/scripts/qtest
deleted file mode 100755
index 4ef6c1c500..0000000000
--- a/scripts/qtest
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-export QTEST_QEMU_BINARY=$1
-shift
-"$@"