components/lighttpd/patches/tests-perlver.patch
author Mark Haywood <Mark.Haywood@Oracle.COM>
Wed, 21 Sep 2016 09:12:42 -0700
changeset 6944 8e80fd26ac48
parent 5738 fc0e1d002c9e
child 7006 eb24eb49f7c4
permissions -rw-r--r--
24529621 Uninstalling openvswitch leaves ovs-vswitchd process running 24558659 pkg update of openvswitch does not restart SMF services 24609753 auth_attr.d/application:openswitch:ovs isn't valid

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) \