summaryrefslogtreecommitdiff
path: root/tests/server
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2018-01-07 01:34:46 -0500
committerJay Satiro <raysatiro@yahoo.com>2018-01-07 15:42:11 -0500
commitd4e40f0690befff7e4668f69850674f29a0c453b (patch)
treecff8b69589f91a6da3be4e5576158bd77e3bf935 /tests/server
parente4f86025d6ba3f0029a592d9326dc7d1350e5bea (diff)
downloadgnurl-d4e40f0690befff7e4668f69850674f29a0c453b.tar.gz
gnurl-d4e40f0690befff7e4668f69850674f29a0c453b.tar.bz2
gnurl-d4e40f0690befff7e4668f69850674f29a0c453b.zip
scripts: allow all perl scripts to be run directly
- Enable execute permission (chmod +x) - Change interpreter to /usr/bin/env perl Closes https://github.com/curl/curl/pull/2222
Diffstat (limited to 'tests/server')
-rwxr-xr-x[-rw-r--r--]tests/server/base64.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/server/base64.pl b/tests/server/base64.pl
index 2eab1fa4d..449c3103a 100644..100755
--- a/tests/server/base64.pl
+++ b/tests/server/base64.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
use MIME::Base64 qw(encode_base64);