]> sjero.net Git - wget/blobdiff - tests/Test-proxy-auth-basic.px
Updated config.guess, config.sub, install.sh.
[wget] / tests / Test-proxy-auth-basic.px
index 7b3a638f4c885e9d025f6434ca92ba6c335a607e..033ce0396ae069cddb855bf6f2a7479f103018d4 100755 (executable)
@@ -12,7 +12,7 @@ my $wholefile = "You're all authenticated.\n";
 
 # code, msg, headers, content
 my %urls = (
-    '/needs-auth.txt' => {
+    'http://no.such.domain/needs-auth.txt' => {
         auth_method => 'Basic',
         user => 'fiddle-dee-dee',
         passwd => 'Dodgson',