diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-21 08:43:59 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-21 08:43:59 +0200 |
commit | d10da3c6ae7a99c6cb73413f66458472b9bb6ea2 (patch) | |
tree | 5a0d3d8eb47ff8ea5fce49bf77c3c3e7b8b04342 | |
parent | 48ae0a34f95ffab6856d63fa295e145caabb2c13 (diff) | |
download | rpm-d10da3c6ae7a99c6cb73413f66458472b9bb6ea2.tar.gz rpm-d10da3c6ae7a99c6cb73413f66458472b9bb6ea2.tar.bz2 rpm-d10da3c6ae7a99c6cb73413f66458472b9bb6ea2.zip |
Remove (unused).
-rwxr-xr-x | tests/hello-test/showrc | 11 | ||||
-rw-r--r-- | tests/hello-test/showrc.exp | 44 |
2 files changed, 0 insertions, 55 deletions
diff --git a/tests/hello-test/showrc b/tests/hello-test/showrc deleted file mode 100755 index 020aa5b5f..000000000 --- a/tests/hello-test/showrc +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -DBG=echo - -rpm=${rpm:=rpm} -destdir="`pwd`" -destdir="`dirname $destdir`" - -${DBGX} $rpm --showrc 2>&1 | sed -e "s,$destdir,," > $0.out - -diff $0.out $0.exp || exit 0 diff --git a/tests/hello-test/showrc.exp b/tests/hello-test/showrc.exp deleted file mode 100644 index b4429d6b9..000000000 --- a/tests/hello-test/showrc.exp +++ /dev/null @@ -1,44 +0,0 @@ -ARCHITECTURE AND OS: -build arch : sparc -compatible build archs: sparc noarch -build os : Linux -compatible build os's : Linux -install arch : sparc -install os : Linux -compatible archs : sparc noarch -compatible os's : Linux -RPMRC VALUES: -builddir : /usr/src/redhat/BUILD -buildroot : (not set) -buildshell : /bin/sh -bzip2bin : /usr/bin/bzip2 -dbpath : /var/lib/rpm -defaultdocdir : /usr/doc -distribution : (not set) -excludedocs : (not set) -fixperms : a+rX,g-w,o-w -ftpport : (not set) -ftpproxy : (not set) -gzipbin : /bin/gzip -instchangelog : 5 -langpatt : (not set) -messagelevel : (not set) -netsharedpath : (not set) -optflags : -O2 -packager : (not set) -pgp_name : (not set) -pgp_path : (not set) -provides : (not set) -require_distribution : (not set) -require_icon : (not set) -require_vendor : (not set) -rpmdir : /usr/src/redhat/RPMS -rpmfilename : %{ARCH}/%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}.rpm -signature : none -sourcedir : /usr/src/redhat/SOURCES -specdir : /usr/src/redhat/SPECS -srcrpmdir : /usr/src/redhat/SRPMS -timecheck : (not set) -tmppath : /var/tmp -topdir : /usr/src/redhat -vendor : (not set) |