summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/paludis/files/paludis-0.12.0-tests.patch')
-rw-r--r--sys-apps/paludis/files/paludis-0.12.0-tests.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-apps/paludis/files/paludis-0.12.0-tests.patch b/sys-apps/paludis/files/paludis-0.12.0-tests.patch
new file mode 100644
index 0000000..d831a51
--- /dev/null
+++ b/sys-apps/paludis/files/paludis-0.12.0-tests.patch
@@ -0,0 +1,13 @@
+Index: paludis/args/Makefile.am
+===================================================================
+--- paludis/args/Makefile.am (revision 1970)
++++ paludis/args/Makefile.am (working copy)
+@@ -33,7 +33,7 @@
+ libpaludisargs_la_LIBADD = \
+ $(top_builddir)/paludis/util/libpaludisutil.la
+
+-TESTS_ENVIRONMENT = env -u PALUDIS_OPTIONS \
++TESTS_ENVIRONMENT = env PALUDIS_OPTIONS="" \
+ TEST_SCRIPT_DIR="$(srcdir)/" \
+ PALUDIS_REPOSITORY_SO_DIR="$(top_builddir)/paludis/repositories" \
+ bash $(top_srcdir)/test/run_test.sh \ No newline at end of file