From 8416621a0721d6c0289768cc9d9bd8c83471f5a4 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 2 Jan 2013 15:22:56 +0100 Subject: [PATCH] tests: remove a broken check, not supposed to work with Automake-NG * t/backslash-issues.sh: Here. Signed-off-by: Stefano Lattarini --- t/backslash-issues.sh | 6 ------ 1 file changed, 6 deletions(-) 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 - : -- 2.47.2