summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2014-08-27 11:11:55 +0800
committerMichael Tokarev <mjt@tls.msk.ru>2014-09-02 22:38:16 +0400
commit7d2ff422cac3e6d5dc7df9072e54bb8dfbd8b589 (patch)
tree429118877430c7c1164fddd830de2774ec0cc1a7 /scripts
parentc5539cb4269edf15d96bd0d75594757a80a39fa5 (diff)
downloadqemu-7d2ff422cac3e6d5dc7df9072e54bb8dfbd8b589.tar.gz
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
-"$@"