From 215042af213c57fb1fde4a19fb54b91daf273b1b Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Thu, 16 Jan 2014 10:31:59 -0800 Subject: [PATCH] test: nginx: Points the !# to envoriment. Instead of using a hardcoded path to Perl, using what is provided by the environment. Avoiding problems with MacOS, where two different versions of Perl are expected. One provided by the system and other by MacOS ports. --- tests/run-regression-tests-nginx.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-regression-tests-nginx.pl b/tests/run-regression-tests-nginx.pl index d6760620..509ef367 100755 --- a/tests/run-regression-tests-nginx.pl +++ b/tests/run-regression-tests-nginx.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # Run regression tests. #