summaryrefslogtreecommitdiff
path: root/tests/version4.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/version4.test')
-rwxr-xr-xtests/version4.test6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/version4.test b/tests/version4.test
index 9ec0cbaf0..f8ceafed9 100755
--- a/tests/version4.test
+++ b/tests/version4.test
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2010 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -18,9 +18,11 @@
. ./defs || Exit 1
+set -e
+
cat > Makefile.am << 'END'
AUTOMAKE_OPTIONS = 1.4-p3
END
-$ACLOCAL || Exit 1
+$ACLOCAL
$AUTOMAKE