From: Stefano Lattarini Date: Wed, 2 Jan 2013 14:22:56 +0000 (+0100) Subject: tests: remove a broken check, not supposed to work with Automake-NG X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8416621a0721d6c0289768cc9d9bd8c83471f5a4;p=thirdparty%2Fautomake.git tests: remove a broken check, not supposed to work with Automake-NG * t/backslash-issues.sh: Here. Signed-off-by: Stefano Lattarini --- diff --git a/t/backslash-issues.sh b/t/backslash-issues.sh index 9dae7155a..6b0a9a198 100644 --- a/t/backslash-issues.sh +++ b/t/backslash-issues.sh @@ -38,10 +38,4 @@ SUBDIRS = \ END $AUTOMAKE -# Make sure we diagnose trailing backslash at the end of a file. -# Report from Akim Demaile . -echo 'foo = \' > Makefile.am -AUTOMAKE_fails -grep 'trailing backslash' stderr - :