]> sjero.net Git - wget/blobdiff - tests/run-px
Use lexical warnings in test scripts.
[wget] / tests / run-px
index 92e9061e0694645e3e3474dfbe07e80fff19647d..0f8f29648aa21f2df19a2068c628772e081bfe51 100755 (executable)
@@ -1,8 +1,8 @@
 #!/usr/bin/env perl
 
 use 5.006;
-use warnings;
 use strict;
+use warnings;
 
 use Term::ANSIColor ':constants';
 $Term::ANSIColor::AUTORESET = 1;
@@ -12,6 +12,8 @@ my $top_srcdir = shift @ARGV;
 
 my @tests = (
     'Test-auth-basic.px',
+    'Test-auth-no-challenge.px',
+    'Test-auth-no-challenge-url.px',
     'Test-proxy-auth-basic.px',
     'Test-proxied-https-auth.px',
     'Test-N-HTTP-Content-Disposition.px',