* lib/gas-defs.exp: Use -i in expect_after command.
authorKen Raeburn <raeburn@cygnus>
Fri, 9 Dec 1994 01:20:07 +0000 (01:20 +0000)
committerKen Raeburn <raeburn@cygnus>
Fri, 9 Dec 1994 01:20:07 +0000 (01:20 +0000)
gas/testsuite/ChangeLog
gas/testsuite/lib/gas-defs.exp

index 58f05d9d88f2f549a40b6a384bfdc5f8bdf5abab..102ba95f13339ee68b640ed225228a1768731984 100644 (file)
@@ -1,3 +1,7 @@
+Thu Dec  8 20:19:09 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * lib/gas-defs.exp: Use -i in expect_after command.
+
 Wed Dec  7 16:49:14 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
 
        * gas/mips/mul.d,jal.d: Fix 0-strings to work with 64-bit hosted
index 6fb4d786e2fd5dc386ee6b31bcc0e8cd0d5890c5..73e8cf2a846875688d567564a6b30b057e860007 100644 (file)
@@ -324,7 +324,7 @@ proc objdump_finish { } {
 # configurations of dejagnu may override it.
 if {$timeout<120} then { set timeout 120 }
 
-expect_after {
+expect_after -i {
     timeout                    { perror "timeout" }
     "virtual memory exhausted" { perror "virtual memory exhausted" }
     buffer_full                        { perror "buffer full" }