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;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/env -S perl -I .
# 2013-10-17 Andrea Urbani (matfanjol)

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/env -S perl -I .
# 2013-10-17 Andrea Urbani (matfanjol)
# In this ftp test:

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/env -S perl -I .
# 2013-10-17 Andrea Urbani (matfanjol)
# In this ftp test:

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/env -S perl -I .
# 2013-10-17 Andrea Urbani (matfanjol)
# In this ftp test:

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/env -S perl -I .
# 2013-10-17 Andrea Urbani (matfanjol)

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/env -S perl -I .
# 2013-10-17 Andrea Urbani (matfanjol)

View File

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

View File

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

View File

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

View File

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

2
tests/Test-https-badcerts.px Normal file → Executable file
View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/env -S perl -I .
# Simulate a tunneling proxy to a HTTPS URL that needs authentication.
# Use a persistent connection (Connection: keep-alive)

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/env -S perl -I .
# Simulate a tunneling proxy to a HTTPS URL that needs authentication.
# Use two connections (Connection: close)

View File

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

View File

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

View File

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