diff options
Diffstat (limited to 'libjava/testsuite/libjava.mauve')
-rw-r--r-- | libjava/testsuite/libjava.mauve/mauve.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/testsuite/libjava.mauve/mauve.exp b/libjava/testsuite/libjava.mauve/mauve.exp index 649e451..3a1cecc 100644 --- a/libjava/testsuite/libjava.mauve/mauve.exp +++ b/libjava/testsuite/libjava.mauve/mauve.exp @@ -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" |