summaryrefslogtreecommitdiff
path: root/t/werror2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/werror2.sh')
-rw-r--r--t/werror2.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/werror2.sh b/t/werror2.sh
index 12b134155..8c9a87a05 100644
--- a/t/werror2.sh
+++ b/t/werror2.sh
@@ -21,7 +21,7 @@
. test-init.sh
-echo AC_OUTPUT>>configure.ac
+echo AC_OUTPUT >> configure.ac
: > Makefile.am
@@ -35,7 +35,7 @@ $AUTOCONF
./configure
$MAKE
-cat >Makefile.am <<END
+cat > Makefile.am << 'END'
AUTOMAKE_OPTIONS = -Werror
foo_SOURCES = unused
END