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.
This commit is contained in:
Felipe Zimmerle 2014-01-16 10:31:59 -08:00
parent d26e639512
commit 215042af21

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# Run regression tests.
#