From c14a50bbbdef011a1136768a81d172d1aa5d09bb Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Fri, 5 Oct 2007 15:20:16 -0700 Subject: [PATCH] Use build tree instead of src tree for wget testing. --- tests/ChangeLog | 5 +++++ tests/WgetTest.pm.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 = (); -- 2.39.2