summaryrefslogtreecommitdiff
path: root/tests/hello-test/e
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hello-test/e')
-rwxr-xr-xtests/hello-test/e11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/hello-test/e b/tests/hello-test/e
deleted file mode 100755
index 5142f4344..000000000
--- a/tests/hello-test/e
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-rpm=${rpm:=rpm}
-destdir="`pwd`"
-destdir="`dirname $destdir`"
-
-$rpm -e -vv hello | \
- sed -e "s,$destdir,,g" > $0.out
-
-diff $0.out $0.exp || exit 1
-