Revert "Add . to perl path for all perl tests"

This reverts commit 79be99aff4.

/usr/bin/env 8.28 and below doesn't know -S.
This commit is contained in:
Tim Rühsen
2019-05-30 12:06:01 +02:00
parent 60dc09b507
commit b3f86f90cc
92 changed files with 92 additions and 92 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env -S perl -I .
#!/usr/bin/env perl
use strict;
use warnings;