summaryrefslogtreecommitdiff
path: root/tests/hello-test/qi
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hello-test/qi')
-rwxr-xr-xtests/hello-test/qi10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/hello-test/qi b/tests/hello-test/qi
deleted file mode 100755
index 93711e637..000000000
--- a/tests/hello-test/qi
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-rpm=${rpm:=rpm}
-destdir="`pwd`"
-destdir="`dirname $destdir`"
-
-$rpm -qil --scripts hello > $0.out
-
-diff $0.out $0.exp || exit 0
-