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 | 853819b8a1c98690404bf8a278be6d075d592049 (patch) | |
tree | c9c3c656c20ee7789482b69787975da3eb2a1a9f /gdb/testsuite/lib/gdb.exp | |
parent | 0fff8110b5d25923f31a66bf071a5df30abf37a7 (diff) | |
download | gdb-853819b8a1c98690404bf8a278be6d075d592049.zip gdb-853819b8a1c98690404bf8a278be6d075d592049.tar.gz gdb-853819b8a1c98690404bf8a278be6d075d592049.tar.bz2 |
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/gdb.exp')
-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 94cd40a..1a5ecc8 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] |