]> sjero.net Git - wget/blobdiff - tests/Test3.px
[svn] Add synchronization between client and server processes and testing of recursiv...
[wget] / tests / Test3.px
index c8869b3f1414748f57f6e8aeeb53167856fcea61..d10f8ea9cb7ae6847fb8134029c26ae46bf22887 100755 (executable)
@@ -23,7 +23,7 @@ my %urls = (
     },
 );
 
-my $cmdline = "../src/wget --quiet http://localhost:8080/nonexistent";
+my $cmdline = "wget --quiet http://localhost:8080/nonexistent";
 
 my $expected_error_code = 256;