From: Bob Friesenhahn Date: Sun, 10 Oct 2004 15:20:17 +0000 (+0000) Subject: * tests/pdemo-inst.test: Correction for mis-application of X-Git-Tag: release-1-9f~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69e94934bea31ce5b7ebe38d37180a58b751d005;p=thirdparty%2Flibtool.git * tests/pdemo-inst.test: Correction for mis-application of Charles Wilson's earlier patch. --- diff --git a/ChangeLog b/ChangeLog index 241440521..367c445c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-10 Bob Friesenhahn + + * tests/pdemo-inst.test: Correction for mis-application of + Charles Wilson's earlier patch. + 2004-10-09 Gary V. Vaughan * m4/libtool.m4 (_LT_LANG_F77_CONFIG): Make sure the save and diff --git a/tests/pdemo-inst.test b/tests/pdemo-inst.test index a2571968b..b54acf563 100755 --- a/tests/pdemo-inst.test +++ b/tests/pdemo-inst.test @@ -23,7 +23,7 @@ . ./defs || exit 1 -func_require "pdemo-make" "demo/hell$EXEEXT" +func_require "pdemo-make" "pdemo/hell$EXEEXT" func_mkprefixdir func_cd "pdemo" @@ -34,3 +34,4 @@ func_exec "$prefix/bin/hell" 'Welcome to GNU Hell' func_exec "$prefix/bin/helldl" '(Welcome to .*GNU Hell|unsupported)' exit $status +