summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2012-08-20 11:12:05 +0300
committerPanu Matilainen <pmatilai@redhat.com>2012-08-20 11:12:05 +0300
commitbfb364563a358af3ed9dd14920c74cfae37d64b1 (patch)
treed6fc85193c3b6f25af503cf509636c1c40542279 /tests
parentabe15e3a62c6428daa31bbaced4f1ab40dce6033 (diff)
downloadrpm-bfb364563a358af3ed9dd14920c74cfae37d64b1.tar.gz
rpm-bfb364563a358af3ed9dd14920c74cfae37d64b1.tar.bz2
rpm-bfb364563a358af3ed9dd14920c74cfae37d64b1.zip
Dont create %config backups on skipped files
- This cosmetical only, but there's no point creating the same backup twice. Depends on commit f7f5f88f9f3d6587e747b034ccb64a3f00ff4e1e.
Diffstat (limited to 'tests')
-rw-r--r--tests/rpmconfig.at4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/rpmconfig.at b/tests/rpmconfig.at
index 15bdbf494..12728a5b8 100644
--- a/tests/rpmconfig.at
+++ b/tests/rpmconfig.at
@@ -542,7 +542,6 @@ AT_CLEANUP
# Shared config(noreplace) variants of the more interesting cases
# ------------------------------
# Upgrade package with locally modified config file, changed in pkg.
-# Creating *two* backups makes no sense, but that's what currently happens.
AT_SETUP([upgrade changing, modified shared config(noreplace) 1])
AT_KEYWORDS([install])
AT_CHECK([
@@ -581,8 +580,7 @@ otherstuff
otherstuff
foo-2.0
],
-[warning: /etc/my.conf created as /etc/my.conf.rpmnew
-warning: /etc/my.conf created as /etc/my.conf.rpmnew]
+[warning: /etc/my.conf created as /etc/my.conf.rpmnew]
)
AT_CLEANUP