Skip to content

Commit

Permalink
fixup! Fix a few rpmdb tests relying on test-image system rpmdb
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatilai committed Jan 17, 2025
1 parent 68f9f4f commit 5c92f6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/rpmdb.at
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ AT_KEYWORDS([rpmdb])

# This needs to run *without* RPMDB_INIT to test behavior on read-only mount
RPMTEST_CHECK([
rpmdb --exportdb --dbpath /data/misc > rdonly.list
# XXX FIXME: should not use system rpmdb for anything, but there's a
# mystery failure here if pointed to /data/misc
rpmdb --exportdb --dbpath /usr/lib/sysimage/rpm > rdonly.list
test -s rdonly.list
],
[0],
Expand Down

0 comments on commit 5c92f6f

Please sign in to comment.