diff options
author | Rob Savoye <rob@cygnus> | 1993-08-30 23:06:57 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1993-08-30 23:06:57 +0000 |
commit | 006f1ea2a492ada6a360c6ea5f62b9cf2407e493 (patch) | |
tree | e846c561ffa651391cc1f2b64b9c6df0596565e3 /gdb | |
parent | fd69a916abae9e9725729adfcf617b1498b467c8 (diff) | |
download | gdb-006f1ea2a492ada6a360c6ea5f62b9cf2407e493.zip gdb-006f1ea2a492ada6a360c6ea5f62b9cf2407e493.tar.gz gdb-006f1ea2a492ada6a360c6ea5f62b9cf2407e493.tar.bz2 |
Use default_gdb_exit now.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/config/unix-gdb.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/config/unix-gdb.exp b/gdb/testsuite/config/unix-gdb.exp index dbadd38..e0a7614 100644 --- a/gdb/testsuite/config/unix-gdb.exp +++ b/gdb/testsuite/config/unix-gdb.exp @@ -226,7 +226,7 @@ proc gdb_start {} { } proc gdb_exit { } { - default_gdb_exit + catch default_gdb_exit } # These only need to be uncommented for debugging test cases. They exist |