* libjava.mauve/mauve.exp (test_mauve): Use correct stderr
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Mar 2002 20:51:19 +0000 (20:51 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Mar 2002 20:51:19 +0000 (20:51 +0000)
redirection code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51405 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/testsuite/ChangeLog
libjava/testsuite/libjava.mauve/mauve.exp

index 34b46bb..0ffe30c 100644 (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:
index 649e451..3a1cecc 100644 (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"