]> sjero.net Git - wget/commitdiff
Use build tree instead of src tree for wget testing.
authorMicah Cowan <micah@cowan.name>
Fri, 5 Oct 2007 22:20:16 +0000 (15:20 -0700)
committerMicah Cowan <micah@cowan.name>
Fri, 5 Oct 2007 22:20:16 +0000 (15:20 -0700)
tests/ChangeLog
tests/WgetTest.pm.in

index 8c059c0f982287b9183c95b089e3c4991f387296..9509fa968d8dceefa8470815df72b77b11f855ce 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * WgetTest.pm.in: wget is built in the build tree.  Use an
+       absolute path to the binary.
+
 2007-09-25  Micah Cowan  <micah@cowan.name>
 
        * Makefile.in: Use EXEEXT instead of exeext.
index a57c1bb8c46b2c52059a0ac48de2239ca2b4200c..915759dfcdd84f4011ab1cfb26d591e147639e7e 100644 (file)
@@ -8,7 +8,7 @@ use strict;
 use Cwd;
 use File::Path;
 
-our $WGETPATH = "@top_srcdir@/src/wget";
+our $WGETPATH = "@abs_top_builddir@/src/wget";
 
 my @unexpected_downloads = ();