From cf835b450f1f29e3190dc6779e004061ace81be2 Mon Sep 17 00:00:00 2001 From: Bob Friesenhahn Date: Sun, 10 Oct 2004 15:18:24 +0000 Subject: [PATCH] * tests/pdemo-inst.test: Correction for mis-application of Charles Wilson's earlier patch. --- ChangeLog | 5 +++++ tests/pdemo-inst.test | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a5f8f63a..9a83d373 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 a2571968..b54acf56 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 +