summaryrefslogtreecommitdiff
path: root/tests/canon5.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/canon5.test')
-rwxr-xr-xtests/canon5.test11
1 files changed, 4 insertions, 7 deletions
diff --git a/tests/canon5.test b/tests/canon5.test
index 66e6519f3..d6cdffd0f 100755
--- a/tests/canon5.test
+++ b/tests/canon5.test
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2001, 2002, 2003 Free Software Foundation, Inc.
#
# This file is part of GNU Automake.
#
@@ -38,21 +38,18 @@ bin_PROGRAMS = _foo
_foo_SOURCES = foo.c
END
-# Variables starting with `_' are not portable.
-$AUTOMAKE -Wno-portability || exit 1
+$AUTOMAKE || exit 1
cat > Makefile.am << 'END'
bin_PROGRAMS = ,foo
,foo_SOURCES = foo.c
END
-# Variables starting with `_' are not portable.
-$AUTOMAKE -Wno-portability && exit 1
+$AUTOMAKE && exit 1
cat > Makefile.am << 'END'
bin_PROGRAMS = ,foo
_foo_SOURCES = foo.c
END
-# Variables starting with `_' are not portable.
-$AUTOMAKE -Wno-portability
+$AUTOMAKE