From 384b93b1beb05f0efedc0d1e229d4f194b18e5d8 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sat, 10 Dec 1994 03:50:52 +0000 Subject: * 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/lib/gas-defs.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/testsuite/lib') diff --git a/gas/testsuite/lib/gas-defs.exp b/gas/testsuite/lib/gas-defs.exp index 73e8cf2..c33667e 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" -- cgit v1.1