summaryrefslogtreecommitdiffstats
path: root/libio/testsuite
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-08 23:13:20 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-08 23:13:20 +0000
commit02a0b947504040c4091efb04fae289116513869b (patch)
tree31b843bffc871b8796bfec91d3c36fbd500e2002 /libio/testsuite
parent918d6edd0789b3b4da2c95d1e6f06bd98e7337f6 (diff)
downloadppe42-gcc-02a0b947504040c4091efb04fae289116513869b.tar.gz
ppe42-gcc-02a0b947504040c4091efb04fae289116513869b.zip
* Makefile.in (EXPECT) : Look for "expect" in the correct
place. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22943 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio/testsuite')
-rw-r--r--libio/testsuite/ChangeLog5
-rw-r--r--libio/testsuite/Makefile.in6
2 files changed, 8 insertions, 3 deletions
diff --git a/libio/testsuite/ChangeLog b/libio/testsuite/ChangeLog
index bd3f2887205..b9b54ed0bcb 100644
--- a/libio/testsuite/ChangeLog
+++ b/libio/testsuite/ChangeLog
@@ -3,6 +3,11 @@ Sat Jun 27 23:59:35 1998 Carlo Wood <carlo@runaway.xs4all.nl>
* lib/libio.exp (test_libio): Reset ld_library_path before appending
the same path(s) again.
+Tue Jun 9 11:23:42 1998 Gavin Koch <gavin@cygnus.com>
+
+ * Makefile.in (EXPECT) : Look for "expect" in the correct
+ place.
+
Sat Sep 6 00:49:31 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
* lib/libio.exp (test_libio): Lose -L.. before -lio, may as well
diff --git a/libio/testsuite/Makefile.in b/libio/testsuite/Makefile.in
index 75465243d4a..6258ce7c40a 100644
--- a/libio/testsuite/Makefile.in
+++ b/libio/testsuite/Makefile.in
@@ -23,8 +23,8 @@ CXXFLAGS = -g
CC = gcc
CXX = gcc
-EXPECT = `if [ -f $${rootme}/../../expect/expect ] ; then \
- echo $${rootme}/../../expect/expect ; \
+EXPECT = `if [ -f $${rootme}/../../../expect/expect ] ; then \
+ echo $${rootme}/../../../expect/expect ; \
else echo expect ; fi`
RUNTEST = $(RUNTEST_FOR_TARGET)
@@ -83,7 +83,7 @@ just-check: site.exp
rootme=`pwd`; export rootme; \
srcdir=${srcdir} ; export srcdir ; \
EXPECT=${EXPECT} ; export EXPECT ; \
- if [ -f $${rootme}/../../expect/expect ] ; then \
+ if [ -f $${rootme}/../../../expect/expect ] ; then \
TCL_LIBRARY=$${srcdir}/../../tcl/library ; \
export TCL_LIBRARY ; fi ; \
$(RUNTEST) $(RUNTESTFLAGS)
OpenPOWER on IntegriCloud