components/lighttpd/patches/tests-perlver.patch
author Jan Friedel <jan.friedel@oracle.com>
Wed, 20 Jul 2016 22:29:58 -0700
changeset 6441 54b51aad1bd9
parent 5738 fc0e1d002c9e
child 7006 eb24eb49f7c4
permissions -rw-r--r--
24301007 update libgcrypt to version 1.7.2

Patch origin: in-house
Patch status: Solaris-specific; not suitable for upstream

Makes Perl tests independent on perl mediator setting. Note that there
might be different test results depending on used Perl version.

--- tests/Makefile.in
+++ tests/Makefile.in
@@ -449,7 +449,7 @@
 	var-include-sub.conf \
 	var-include.conf
 
-TESTS_ENVIRONMENT = $(srcdir)/wrapper.sh $(srcdir) $(top_builddir)
+TESTS_ENVIRONMENT = PATH="/usr/perl5/5.22/bin:$(PATH)" $(srcdir)/wrapper.sh $(srcdir) $(top_builddir)
 EXTRA_DIST = \
 	$(CONFS) \
 	$(TESTS) \