]> granicus.if.org Git - curl/commitdiff
Use /usr/bin/env to invoke perl like the other test scripts.
authorDan Fandrich <dan@coneharvesters.com>
Wed, 23 Aug 2006 21:20:00 +0000 (21:20 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 23 Aug 2006 21:20:00 +0000 (21:20 +0000)
tests/ftpserver.pl
tests/httpsserver.pl

index 4c74cc1cf45474659501dbce3199d9ff2f65b555..f9c1a9d3605c17869517c1eee08530db6c19d7b2 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 #***************************************************************************
 #                                  _   _ ____  _
 #  Project                     ___| | | |  _ \| |
index 9b4cec0c935bf551e66b2b815ac3f743ad06bfad..be4b843ad334f1eef7ade35cbd4677b3ff806e53 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 #
 # $Id$
 # This is the HTTPS server designed for the curl test suite.