summaryrefslogtreecommitdiff
path: root/tests/rpmdb.at
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2014-02-10 16:47:45 +0200
committerPanu Matilainen <pmatilai@redhat.com>2014-02-10 16:47:45 +0200
commit37903d7572bdc60570977d55373be8278d01d6b2 (patch)
treed0e9feb01fcef01d2b334ab1da242923baf52cbe /tests/rpmdb.at
parent3e0d09aac78264e80dae63cb1dd7cdddf62205b6 (diff)
downloadrpm-37903d7572bdc60570977d55373be8278d01d6b2.tar.gz
Bah, --ignorearch is required for the upgrade too
- Should've been in commit 3e0d09aac78264e80dae63cb1dd7cdddf62205b6
Diffstat (limited to 'tests/rpmdb.at')
-rw-r--r--tests/rpmdb.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rpmdb.at b/tests/rpmdb.at
index 9e4425cd7..4b2b29935 100644
--- a/tests/rpmdb.at
+++ b/tests/rpmdb.at
@@ -136,7 +136,7 @@ RPMDB_INIT
tpkg="/data/RPMS/hello-2.0-1.i686.rpm"
runroot rpm -U --nodeps --ignorearch "${tpkg}" &&
- runroot rpm -U --nodeps --nodocs --replacepkgs "${tpkg}" &&
+ runroot rpm -U --nodeps --ignorearch --nodocs --replacepkgs "${tpkg}" &&
runroot rpm -e hello
test -d "${RPMTEST}"/usr/share/doc/hello-2.0
],