summaryrefslogtreecommitdiff
path: root/tests/atlocal.in
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-08-30 15:32:16 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-08-30 15:32:16 +0200
commit1e27f6ec10605daf5fae46a159959706a3827ec4 (patch)
tree1e649252cfb32c424eb6e50cadb4099dd4225f9c /tests/atlocal.in
parentd8a182f025205e88de37a05d9af96f6358bd2b14 (diff)
downloadrpm-1e27f6ec10605daf5fae46a159959706a3827ec4.tar.gz
rpm-1e27f6ec10605daf5fae46a159959706a3827ec4.tar.bz2
rpm-1e27f6ec10605daf5fae46a159959706a3827ec4.zip
Add RPM_XFAIL.
Try to set HOME to avoid ~/.popt interfering.
Diffstat (limited to 'tests/atlocal.in')
-rw-r--r--tests/atlocal.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in
index f1810c3eb..129a93ecc 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -3,4 +3,10 @@ export LD_LIBRARY_PATH
PATH="${abs_builddir}/testing@rpmbindir@:${abs_builddir}/testing@usrbindir@:$PATH"
export PATH
+# Popt looks into $HOME
+HOME="${abs_builddir}/testing"
+export HOME
+
RPMRC="${abs_builddir}/testing@RPMCONFIGDIR@/rpmrc"
+
+RPM_XFAIL=${RPM_XFAIL-1}