summaryrefslogtreecommitdiff
path: root/t/canon5.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/canon5.sh')
-rw-r--r--t/canon5.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/canon5.sh b/t/canon5.sh
index 48accc5fe..8e826d6af 100644
--- a/t/canon5.sh
+++ b/t/canon5.sh
@@ -45,7 +45,6 @@ bin_PROGRAMS = ,foo
END
AUTOMAKE_fails
-grep 'Makefile\.am:2:.* bad .*variable.*,foo_SOURCES' stderr
grep 'Makefile\.am:2:.* use .*_foo_SOURCES' stderr
cat > Makefile.am << 'END'
@@ -53,6 +52,6 @@ bin_PROGRAMS = ,foo
_foo_SOURCES = foo.c
END
-$AUTOMAKE -Wno-portability
+$AUTOMAKE
: