From: Micah Cowan Date: Fri, 5 Oct 2007 22:20:16 +0000 (-0700) Subject: Use build tree instead of src tree for wget testing. X-Git-Tag: v1.13~516^2~28 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=c14a50bbbdef011a1136768a81d172d1aa5d09bb Use build tree instead of src tree for wget testing. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 8c059c0f..9509fa96 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2007-10-05 Ralf Wildenhues + + * WgetTest.pm.in: wget is built in the build tree. Use an + absolute path to the binary. + 2007-09-25 Micah Cowan * Makefile.in: Use EXEEXT instead of exeext. diff --git a/tests/WgetTest.pm.in b/tests/WgetTest.pm.in index a57c1bb8..915759df 100644 --- a/tests/WgetTest.pm.in +++ b/tests/WgetTest.pm.in @@ -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 = ();