diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-02-14 19:12:30 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-02-14 19:12:30 +0000 |
commit | 154aa5ec95afa61cd5fe69060aa2a7bae9c1e2cf (patch) | |
tree | 398b125204c0ba734e3598aa91012fd5fbb1ee67 /gdb/testsuite/lib | |
parent | b3a2ae1d5702f6428068b6e947d2d7d37e200f9b (diff) | |
download | gdb-154aa5ec95afa61cd5fe69060aa2a7bae9c1e2cf.tar.gz |
2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* lib/gdb.exp: Tell the testsuite that now gdbtk is in the
gdbtk/library directory, not in gdbtcl2.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 94cd40a0917..1a5ecc88e90 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] |