]> sourceware.org Git - automake.git/commitdiff
updated test for error->warning change
authorTom Tromey <tromey@redhat.com>
Sun, 5 Apr 1998 21:27:03 +0000 (21:27 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 5 Apr 1998 21:27:03 +0000 (21:27 +0000)
tests/ChangeLog
tests/lex2.test

index f24004d91cabecc3cdd0ff6d635c2d879c7b0a14..08106076a4fb00063935eb8038615f3416d16f87 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 a81545501547fb126b325a05e6b0dcd3a0717fd7..021d1bfec49327a4bf15f86de66593aeb6852ebb 100755 (executable)
@@ -18,5 +18,5 @@ END
 
 : > joe.l
 
-$AUTOMAKE && exit 1
-exit 0
+$AUTOMAKE 2> output || exit 1
+test -n "`cat output`"
This page took 0.033737 seconds and 5 git commands to generate.