aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorRob Savoye <rob@cygnus>1994-01-20 23:44:10 +0000
committerRob Savoye <rob@cygnus>1994-01-20 23:44:10 +0000
commitae61c2de71d896b0c98436c14484063d0a51ccbc (patch)
tree4e6f9ec9234d9502e434a08e9250490fefd2097a /gas
parentfd9b8885e15eb48b73964dddfb110bf22074c5c6 (diff)
downloadgdb-ae61c2de71d896b0c98436c14484063d0a51ccbc.zip
gdb-ae61c2de71d896b0c98436c14484063d0a51ccbc.tar.gz
gdb-ae61c2de71d896b0c98436c14484063d0a51ccbc.tar.bz2
Tweak to run under either version of expect. Add a hack-around for a
dejagnu 1.1.1 (only) bug.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/gas/all/gas.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp
index b95323b..5247125 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
+}