Skip to content

Commit

Permalink
fixup! Eliminate all uses of the now redundant run() in test-suite
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatilai committed Nov 15, 2024
1 parent b8bd4a8 commit dd8d552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rpmdb.at
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ AT_KEYWORDS([rpmdb])

# This needs to run *without* RPMDB_INIT to test behavior on read-only mount
RPMTEST_CHECK([
rpmdb --exportdb --dbpath ${RPMTEST}/data/misc/ > rdonly.list
rpmdb --exportdb --dbpath /data/misc/ > rdonly.list
test -s rdonly.list
],
[0],
Expand Down

0 comments on commit dd8d552

Please sign in to comment.