diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2018-01-07 01:34:46 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2018-01-07 15:42:11 -0500 |
commit | d4e40f0690befff7e4668f69850674f29a0c453b (patch) | |
tree | cff8b69589f91a6da3be4e5576158bd77e3bf935 /tests | |
parent | e4f86025d6ba3f0029a592d9326dc7d1350e5bea (diff) |
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')
-rwxr-xr-x[-rw-r--r--] | tests/libtest/mk-lib1521.pl | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/manpage-scan.pl | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/mem-include-scan.pl | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/nroff-scan.pl | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/server/base64.pl | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/symbol-scan.pl | 0 |
6 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/mk-lib1521.pl b/tests/libtest/mk-lib1521.pl index 6ded47220..6ded47220 100644..100755 --- a/tests/libtest/mk-lib1521.pl +++ b/tests/libtest/mk-lib1521.pl diff --git a/tests/manpage-scan.pl b/tests/manpage-scan.pl index b6864c857..b6864c857 100644..100755 --- a/tests/manpage-scan.pl +++ b/tests/manpage-scan.pl diff --git a/tests/mem-include-scan.pl b/tests/mem-include-scan.pl index 8922bd4a3..8922bd4a3 100644..100755 --- a/tests/mem-include-scan.pl +++ b/tests/mem-include-scan.pl diff --git a/tests/nroff-scan.pl b/tests/nroff-scan.pl index 393068cd3..393068cd3 100644..100755 --- a/tests/nroff-scan.pl +++ b/tests/nroff-scan.pl 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); diff --git a/tests/symbol-scan.pl b/tests/symbol-scan.pl index 5d570d8a8..5d570d8a8 100644..100755 --- a/tests/symbol-scan.pl +++ b/tests/symbol-scan.pl |