components/lighttpd/patches/tests-perlver.patch
changeset 5738 fc0e1d002c9e
child 7006 eb24eb49f7c4
equal deleted inserted replaced
5737:6ccbf34f1588 5738:fc0e1d002c9e
       
     1 Patch origin: in-house
       
     2 Patch status: Solaris-specific; not suitable for upstream
       
     3 
       
     4 Makes Perl tests independent on perl mediator setting. Note that there
       
     5 might be different test results depending on used Perl version.
       
     6 
       
     7 --- tests/Makefile.in
       
     8 +++ tests/Makefile.in
       
     9 @@ -449,7 +449,7 @@
       
    10  	var-include-sub.conf \
       
    11  	var-include.conf
       
    12  
       
    13 -TESTS_ENVIRONMENT = $(srcdir)/wrapper.sh $(srcdir) $(top_builddir)
       
    14 +TESTS_ENVIRONMENT = PATH="/usr/perl5/5.22/bin:$(PATH)" $(srcdir)/wrapper.sh $(srcdir) $(top_builddir)
       
    15  EXTRA_DIST = \
       
    16  	$(CONFS) \
       
    17  	$(TESTS) \