From 384b93b1beb05f0efedc0d1e229d4f194b18e5d8 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sat, 10 Dec 1994 03:50:52 +0000 Subject: [PATCH] * 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/testsuite/ChangeLog | 6 ++++++ gas/testsuite/lib/gas-defs.exp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 97ed53e3c0c..f9e48ffe76b 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,11 @@ Fri Dec 9 19:54:04 1994 Ken Raeburn + * 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 diff --git a/gas/testsuite/lib/gas-defs.exp b/gas/testsuite/lib/gas-defs.exp index 73e8cf2a846..c33667e6d00 100644 --- a/gas/testsuite/lib/gas-defs.exp +++ b/gas/testsuite/lib/gas-defs.exp @@ -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" -- 2.30.2