From: Dan Fandrich Date: Wed, 23 Aug 2006 21:20:00 +0000 (+0000) Subject: Use /usr/bin/env to invoke perl like the other test scripts. X-Git-Tag: curl-7_15_6-prepipeline~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd6c58216a7d6bb3c7bf7099fd91d7f8b6901333;p=thirdparty%2Fcurl.git Use /usr/bin/env to invoke perl like the other test scripts. --- diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index 4c74cc1cf4..f9c1a9d360 100644 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl #*************************************************************************** # _ _ ____ _ # Project ___| | | | _ \| | diff --git a/tests/httpsserver.pl b/tests/httpsserver.pl index 9b4cec0c93..be4b843ad3 100644 --- a/tests/httpsserver.pl +++ b/tests/httpsserver.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # $Id$ # This is the HTTPS server designed for the curl test suite.