mauve.exp (test_mauve): Use correct stderr redirection code.

* libjava.mauve/mauve.exp (test_mauve): Use correct stderr
	redirection code.

From-SVN: r51404
This commit is contained in:
Tom Tromey 2002-03-26 20:50:54 +00:00 committed by Tom Tromey
parent e097161b38
commit 5a771fabe1
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-03-26 Tom Tromey <tromey@redhat.com>
* libjava.mauve/mauve.exp (test_mauve): Use correct stderr
redirection code.
2002-03-22 Eric Blake <ebb9@email.byu.edu>
For PR java/6026:

View File

@ -1,4 +1,4 @@
# Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation.
# Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation.
# Written by Tom Tromey <tromey@cygnus.com>.
# Incorporate Mauve into libjava's DejaGNU test suite framework.
@ -92,7 +92,7 @@ proc test_mauve {} {
set env(GCJ) "$GCJ_UNDER_TEST -B$objdir/../ -I$objdir/../libgcj.zip"
if {[catch {
system "$env(MAUVEDIR)/configure --with-gcj 2>@ stdout"
system "$env(MAUVEDIR)/configure --with-gcj 2>&1"
} msg]} then {
fail "Mauve configure"
verbose "configure failed with $msg"