From: Rob Savoye Date: Thu, 20 Jan 1994 23:44:10 +0000 (+0000) Subject: Tweak to run under either version of expect. Add a hack-around for a X-Git-Tag: gdb-4_18~15942 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae61c2de71d896b0c98436c14484063d0a51ccbc;p=thirdparty%2Fbinutils-gdb.git Tweak to run under either version of expect. Add a hack-around for a dejagnu 1.1.1 (only) bug. --- diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp index b95323b3f0c..52471258dbb 100644 --- a/gas/testsuite/gas/all/gas.exp +++ b/gas/testsuite/gas/all/gas.exp @@ -79,3 +79,8 @@ proc do_930509a {} { } do_930509a +# FIXME: this is here cause of a bug in DejaGnu 1.1.1. When it is no longer +# in use, then this can be removed. +if [info exists errorInfo] then { + unset errorInfo +}