]> sjero.net Git - wget/blobdiff - tests/run-px
Allow proxied-https-auth test to function when building outside of source dir.
[wget] / tests / run-px
index 0753c8ed319ed20580fb98c5880aaf621c601abd..33e4c60075f7b1c3a4a3a32e8ee88beedf6822a1 100755 (executable)
@@ -63,7 +63,7 @@ my @tested;
 
 foreach my $test (@tests) {
     print "Running $test\n\n";
-    system("$^X -I$top_srcdir/tests $top_srcdir/tests/$test");
+    system("$^X -I$top_srcdir/tests $top_srcdir/tests/$test $top_srcdir");
     push @tested, { name => $test, result => $? };
 }