Tweak to run under either version of expect. Add a hack-around for a
authorRob Savoye <rob@cygnus>
Thu, 20 Jan 1994 23:44:10 +0000 (23:44 +0000)
committerRob Savoye <rob@cygnus>
Thu, 20 Jan 1994 23:44:10 +0000 (23:44 +0000)
dejagnu 1.1.1 (only) bug.

gas/testsuite/gas/all/gas.exp

index b95323b3f0cc1204c4763cbd02eb6aac389ebe31..52471258dbbbb34fb34d86d68629e2ea8cfa6a25 100644 (file)
@@ -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
+}
This page took 0.036077 seconds and 4 git commands to generate.