Use /usr/bin/env to invoke perl like the other test scripts.

This commit is contained in:
Dan Fandrich 2006-08-23 21:20:00 +00:00
parent bdbd0cf27a
commit cd6c58216a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
#*************************************************************************** #***************************************************************************
# _ _ ____ _ # _ _ ____ _
# Project ___| | | | _ \| | # Project ___| | | | _ \| |

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# $Id$ # $Id$
# This is the HTTPS server designed for the curl test suite. # This is the HTTPS server designed for the curl test suite.