diff options
Diffstat (limited to 'tests/rpmconfig.at')
-rw-r--r-- | tests/rpmconfig.at | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/rpmconfig.at b/tests/rpmconfig.at index cbf4868ef..c8ad81a6f 100644 --- a/tests/rpmconfig.at +++ b/tests/rpmconfig.at @@ -8,6 +8,7 @@ AT_SETUP([rpm -U to package with unchanged config file]) AT_KEYWORDS([install]) AT_CHECK([ RPMDB_CLEAR +RPMDB_INIT rm -rf "${TOPDIR}" rm -rf "${RPMTEST}/etc/my.conf" @@ -31,6 +32,7 @@ AT_SETUP([rpm -U to package with locally modified config file]) AT_KEYWORDS([install]) AT_CHECK([ RPMDB_CLEAR +RPMDB_INIT rm -rf "${TOPDIR}" rm -rf "${RPMTEST}/etc/my.conf" @@ -55,6 +57,7 @@ AT_SETUP([rpm -U to package with unchanged config file]) AT_KEYWORDS([install]) AT_CHECK([ RPMDB_CLEAR +RPMDB_INIT rm -rf "${TOPDIR}" rm -rf "${RPMTEST}/etc/my.conf" @@ -78,6 +81,7 @@ AT_SETUP([rpm -U to package with modified config file]) AT_KEYWORDS([install]) AT_CHECK([ RPMDB_CLEAR +RPMDB_INIT rm -rf "${TOPDIR}" rm -rf "${RPMTEST}/etc/my.conf" |