aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2006-08-23 21:20:00 +0000
committerDan Fandrich <dan@coneharvesters.com>2006-08-23 21:20:00 +0000
commitcd6c58216a7d6bb3c7bf7099fd91d7f8b6901333 (patch)
tree5e735099d98c33502ceef7c04950321e200ae3ae /tests
parentbdbd0cf27a7342b5eab41623fcd44459921d7f4a (diff)
Use /usr/bin/env to invoke perl like the other test scripts.
Diffstat (limited to 'tests')
-rw-r--r--tests/ftpserver.pl2
-rw-r--r--tests/httpsserver.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl
index 4c74cc1cf..f9c1a9d36 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 9b4cec0c9..be4b843ad 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.