From 5834541869bf1c42949113e9d371b0ef46521826 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Mon, 18 Nov 2024 09:25:10 +0200 Subject: [PATCH] Drop redundant --dbpath from --exportdb/--importdb test run() overrides --dbpath so this hasn't been actually used at all. Nor is it needed - the underlying image is mounted read-only at this point as per the comment. --- tests/rpmdb.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rpmdb.at b/tests/rpmdb.at index 4ecf078fbf..80cddcbb59 100644 --- a/tests/rpmdb.at +++ b/tests/rpmdb.at @@ -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 > rdonly.list test -s rdonly.list ], [0],