updated test for error->warning change
authorTom Tromey <tromey@redhat.com>
Sun, 5 Apr 1998 21:27:04 +0000 (21:27 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 5 Apr 1998 21:27:04 +0000 (21:27 +0000)
tests/ChangeLog
tests/lex2.test

index f24004d..0810607 100644 (file)
@@ -1,3 +1,7 @@
+Sun Apr  5 15:26:42 1998  Tom Tromey  <tromey@cygnus.com>
+
+       * lex2.test: Updated since lex error changed to warning.
+
 Fri Apr  3 13:04:50 1998  Tom Tromey  <tromey@cygnus.com>
 
        * colon5.test: New file.
index a815455..021d1bf 100755 (executable)
@@ -18,5 +18,5 @@ END
 
 : > joe.l
 
-$AUTOMAKE && exit 1
-exit 0
+$AUTOMAKE 2> output || exit 1
+test -n "`cat output`"