1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Use build tree instead of src tree for wget testing.

This commit is contained in:
Micah Cowan 2007-10-05 15:20:16 -07:00
parent 9f96025c7b
commit c14a50bbbd
2 changed files with 6 additions and 1 deletions

View 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.

View 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 = ();