diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2012-02-28 10:31:28 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2012-02-28 10:36:10 +0200 |
commit | 4e207bfdfce434a6484babc14fe86aeadeec5329 (patch) | |
tree | f12429f52a3c85abd8c9463e3bad2d4655f1590d /tests | |
parent | 2a4333c18e0000031ed1d542ba7a6fffe1360c08 (diff) | |
download | rpm-4e207bfdfce434a6484babc14fe86aeadeec5329.tar.gz rpm-4e207bfdfce434a6484babc14fe86aeadeec5329.tar.bz2 rpm-4e207bfdfce434a6484babc14fe86aeadeec5329.zip |
Unbreak rpm -V output (RhBug:797964)
- Commit ac0ab016a5ec31e65eb0c0910a5a6f1199aae3e7 unintentionally
changed the order of the problems shown in verify strings due to
a dumb oversight (greetings to self, duh). In other words, this
fixes a verify output regression in rpm >= 4.9.x by restoring
the long-standing (and documented) order of the verify output chars.
- Also fix the testcase which unfortunately was only added after
the output-changing commit so it didn't catch the breakage either :-/
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rpmverify.at | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rpmverify.at b/tests/rpmverify.at index dd23a4a39..77d6bfe00 100644 --- a/tests/rpmverify.at +++ b/tests/rpmverify.at @@ -79,7 +79,7 @@ dd if=/dev/zero of="${RPMTEST}"/usr/local/bin/hello \ runroot rpm -Va --nodeps --nouser --nogroup ], [1], -[5..T...M. /usr/local/bin/hello +[.M5....T. /usr/local/bin/hello missing d /usr/share/doc/hello-1.0/FAQ ], []) |