1
0
mirror of https://github.com/mirror/wget.git synced 2025-04-24 04:05:05 +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:
Tim Rühsen 2018-09-07 10:45:31 +02:00
parent 2bbdfd76da
commit 79be99aff4
92 changed files with 92 additions and 92 deletions
tests
Test--httpsonly-r.pxTest--no-content-disposition-trivial.pxTest--no-content-disposition.pxTest--post-file.pxTest--spider-fail.pxTest--spider-r--no-content-disposition-trivial.pxTest--spider-r--no-content-disposition.pxTest--spider-r-HTTP-Content-Disposition.pxTest--spider-r.pxTest--spider.pxTest--start-pos--continue.pxTest--start-pos.pxTest-204.pxTest-E-k-K.pxTest-E-k.pxTest-HTTP-Content-Disposition-1.pxTest-HTTP-Content-Disposition-2.pxTest-HTTP-Content-Disposition.pxTest-N--no-content-disposition-trivial.pxTest-N--no-content-disposition.pxTest-N-HTTP-Content-Disposition.pxTest-N-current.pxTest-N-no-info.pxTest-N-old.pxTest-N-smaller.pxTest-N.pxTest-O--no-content-disposition-trivial.pxTest-O--no-content-disposition.pxTest-O-HTTP-Content-Disposition.pxTest-O-nc.pxTest-O-nonexisting.pxTest-O.pxTest-Restrict-Lowercase.pxTest-Restrict-Uppercase.pxTest-auth-basic.pxTest-auth-no-challenge-url.pxTest-auth-no-challenge.pxTest-auth-retcode.pxTest-auth-with-content-disposition.pxTest-c-full.pxTest-c-partial.pxTest-c-shorter.pxTest-c.pxTest-cookies-401.pxTest-cookies.pxTest-ftp--start-pos.pxTest-ftp-bad-list.pxTest-ftp-iri-disabled.pxTest-ftp-iri-fallback.pxTest-ftp-iri-recursive.pxTest-ftp-iri.pxTest-ftp-list-Multinet.pxTest-ftp-list-UNIX-hidden.pxTest-ftp-list-Unknown-a.pxTest-ftp-list-Unknown-hidden.pxTest-ftp-list-Unknown-list-a-fails.pxTest-ftp-list-Unknown.pxTest-ftp-pasv-fail.pxTest-ftp-pasv-not-supported.pxTest-ftp-recursive.pxTest-ftp.pxTest-https-badcerts.pxTest-https-clientcert.pxTest-https-crl.pxTest-https-pfs.pxTest-https-selfsigned.pxTest-https-tlsv1.pxTest-https-tlsv1x.pxTest-https-weboftrust.pxTest-i-ftp.pxTest-i-http.pxTest-idn-cmd-utf8.pxTest-idn-cmd.pxTest-idn-headers.pxTest-idn-meta.pxTest-idn-robots-utf8.pxTest-idn-robots.pxTest-iri-disabled.pxTest-iri-forced-remote.pxTest-iri-list.pxTest-iri-percent.pxTest-iri.pxTest-k.pxTest-meta-robots.pxTest-nonexisting-quiet.pxTest-noop.pxTest-np.pxTest-proxied-https-auth-keepalive.pxTest-proxied-https-auth.pxTest-proxy-auth-basic.pxTest-restrict-ascii.pxTest-stdouterr.px

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;