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:
parent
9f96025c7b
commit
c14a50bbbd
@ -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>
|
2007-09-25 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* Makefile.in: Use EXEEXT instead of exeext.
|
* Makefile.in: Use EXEEXT instead of exeext.
|
||||||
|
@ -8,7 +8,7 @@ use strict;
|
|||||||
use Cwd;
|
use Cwd;
|
||||||
use File::Path;
|
use File::Path;
|
||||||
|
|
||||||
our $WGETPATH = "@top_srcdir@/src/wget";
|
our $WGETPATH = "@abs_top_builddir@/src/wget";
|
||||||
|
|
||||||
my @unexpected_downloads = ();
|
my @unexpected_downloads = ();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user