diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2011-04-01 16:18:26 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2011-04-01 16:18:26 +0300 |
commit | ce23b96ba7db63a4a85d0f739754553bf9287ec2 (patch) | |
tree | d64323fa60561b10f0b2027073010fabee18cd40 /tests/local.at | |
parent | a3dc8a920947093adbb70941e750511f0dcf707e (diff) | |
download | librpm-tizen-ce23b96ba7db63a4a85d0f739754553bf9287ec2.tar.gz librpm-tizen-ce23b96ba7db63a4a85d0f739754553bf9287ec2.tar.bz2 librpm-tizen-ce23b96ba7db63a4a85d0f739754553bf9287ec2.zip |
Run testsuite rpmdb init helper with fakechroot
Diffstat (limited to 'tests/local.at')
-rw-r--r-- | tests/local.at | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/local.at b/tests/local.at index 7ee80607d..b299a7778 100644 --- a/tests/local.at +++ b/tests/local.at @@ -1,9 +1,7 @@ AT_TESTED([rpm rpmbuild rpmquery]) m4_define([RPMDB_INIT],[[ -run rpm \ - --root="${abs_builddir}"/testing \ - --initdb +runroot rpm --initdb ]]) m4_define([RPMDB_CLEAR],[[ |