* gas/all/gas.exp (comment.s test): Make the "\r" optional, since it depends on
authorKen Raeburn <raeburn@cygnus>
Sat, 10 Dec 1994 03:50:52 +0000 (03:50 +0000)
committerKen Raeburn <raeburn@cygnus>
Sat, 10 Dec 1994 03:50:52 +0000 (03:50 +0000)
tty modes.

* lib/gas-defs.exp (gas_start): Try using -nottycopy instead of -nottyinit.

gas/testsuite/ChangeLog
gas/testsuite/lib/gas-defs.exp

index 97ed53e3c0cf863274d63f4064550fd554b93f94..f9e48ffe76bef0e63c170a190b7029e3e1681699 100644 (file)
@@ -1,5 +1,11 @@
 Fri Dec  9 19:54:04 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
 
+       * gas/all/gas.exp (comment.s test): Make the "\r" optional, since
+       it depends on tty modes.
+
+       * lib/gas-defs.exp (gas_start): Try using -nottycopy instead of
+       -nottyinit.
+
        * gas/arm/gas.exp: The arm6 test should report errors, for now.
 
 Thu Dec  8 20:19:09 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
index 73e8cf2a846875688d567564a6b30b057e860007..c33667e6d00db5cbde355718a154605c3e837c22 100644 (file)
@@ -56,7 +56,7 @@ proc gas_start { prog as_opts } {
 
     verbose "Starting $AS $ASFLAGS $as_opts $prog" 2
     catch {
-       spawn -noecho -nottyinit $srcdir/lib/run $AS $ASFLAGS $as_opts $srcdir/$subdir/$prog
+       spawn -noecho -nottycopy $srcdir/lib/run $AS $ASFLAGS $as_opts $srcdir/$subdir/$prog
     } foo
     if ![regexp {^[0-9]+} $foo] then {
        perror "Can't run $subdir/$prog: $foo"