mirror of
https://github.com/mirror/wget.git
synced 2026-08-30 11:17:51 +08:00
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:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env perl
|
||||
#!/usr/bin/env -S perl -I .
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
Reference in New Issue
Block a user