* gcc.misc-tests/mg.exp: delete extraneous redirection.
authorDonn Terry <donn@interix.com>
Thu, 30 Sep 1999 05:50:28 +0000 (05:50 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 30 Sep 1999 05:50:28 +0000 (23:50 -0600)
From-SVN: r29720

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.misc-tests/mg.exp

index d36bb29..456123e 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep 29 23:48:44 1999  Donn Terry <donn@interix.com>
+
+       * gcc.misc-tests/mg.exp: delete extraneous redirection.
+
 Tue Sep 28 13:19:15 BST 1999  Nathan Sidwell  <nathan@acm.org>
 
        * g++.old-deja/g++.other/decl6.C: New test.
index 845e3e6..dacdf1c 100644 (file)
@@ -24,4 +24,4 @@ load_lib mike-gcc.exp
 prebase
 set actions none-of-the-above
 set compiler_output "mg.o ?: .*mg.c \[ \\\n\]*nonexist.h"
-postbase mg.c "" "" "-MM -MG 2>/dev/null"
+postbase mg.c "" "" "-MM -MG"