From 853819b8a1c98690404bf8a278be6d075d592049 Mon Sep 17 00:00:00 2001 From: Elena Zannoni Date: Mon, 14 Feb 2000 19:12:30 +0000 Subject: [PATCH] 2000-02-14 Elena Zannoni * lib/gdb.exp: Tell the testsuite that now gdbtk is in the gdbtk/library directory, not in gdbtcl2. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/lib/gdb.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a48ff61c53..2c48942256 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2000-02-14 Elena Zannoni + + * lib/gdb.exp: Tell the testsuite that now gdbtk is in the + gdbtk/library directory, not in gdbtcl2. + 2000-02-04 Jim Blandy * gdb.c++/templates.exp: ("ptype T5"): Remove extraneous diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 94cd40a091..1a5ecc88e9 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -1618,7 +1618,7 @@ proc gdbtk_start {test} { } set wd [pwd] - cd [file join $srcdir .. gdbtcl2] + cd [file join $srcdir .. gdbtk library] set env(GDBTK_LIBRARY) [pwd] cd [file join $srcdir .. .. tcl library] set env(TCL_LIBRARY) [pwd]