summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-01-13 19:28:12 +0000
committerjbj <devnull@localhost>1999-01-13 19:28:12 +0000
commitd2afcd026091eab068d802d6401b69c14aadd1df (patch)
tree9f990baa3794514db841456b3b7b406060ea60d8 /tests
parenta48b72b8b9115ba673643ae2ba5a6d9a2326880d (diff)
downloadrpm-d2afcd026091eab068d802d6401b69c14aadd1df.tar.gz
Use mktemp(3) for temp file names.
CVS patchset: 2697 CVS date: 1999/01/13 19:28:12
Diffstat (limited to 'tests')
-rwxr-xr-xtests/hello-test/i4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/hello-test/i b/tests/hello-test/i
index 943c221ff..f91a5c6a2 100755
--- a/tests/hello-test/i
+++ b/tests/hello-test/i
@@ -4,6 +4,10 @@ rpm=${rpm:=rpm}
destdir="`pwd`"
destdir="`dirname $destdir`"
+#
+# ../../rpm --rcfile ../../tests//usr/lib/rpm/rpmrc -i -vv --nodeps --prefix=/home/devel/jbj/src/rpm/tests/hello-test/../usr ../usr/src/redhat/RPMS/sparc/hello-1.0-1.sparc.rpm
+#
+
$rpm -i -vv --nodeps --prefix="`pwd`/../usr" $myrpm | \
sed -e "s,$destdir,,g" > $0.out