Add . to perl path for all perl tests

* tests/*.px: Add -I . to the shebang

This allows perl test to be run from tests/ directory, e.g. via
  ./Test--post-file.px
This commit is contained in:
Tim Rühsen
2018-09-07 10:45:31 +02:00
parent 2bbdfd76da
commit 79be99aff4
92 changed files with 92 additions and 92 deletions

View File

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