diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2006-08-23 21:20:00 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2006-08-23 21:20:00 +0000 |
commit | cd6c58216a7d6bb3c7bf7099fd91d7f8b6901333 (patch) | |
tree | 5e735099d98c33502ceef7c04950321e200ae3ae /tests/httpsserver.pl | |
parent | bdbd0cf27a7342b5eab41623fcd44459921d7f4a (diff) | |
download | curl-cd6c58216a7d6bb3c7bf7099fd91d7f8b6901333.tar.gz |
Use /usr/bin/env to invoke perl like the other test scripts.
Diffstat (limited to 'tests/httpsserver.pl')
-rw-r--r-- | tests/httpsserver.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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. |