summaryrefslogtreecommitdiff
path: root/tests/instdat2.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/instdat2.test')
-rwxr-xr-xtests/instdat2.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/instdat2.test b/tests/instdat2.test
index a96583fbe..115586ffc 100755
--- a/tests/instdat2.test
+++ b/tests/instdat2.test
@@ -17,7 +17,7 @@
# Test that installing under $exec_prefix is handled by install-exec.
# Testing with headers for instance.
-. ./defs || exit 1
+. ./defs || Exit 1
cat >Makefile.am << 'EOF'
# User directories.
@@ -63,7 +63,7 @@ pkgdata_SCRIPTS = script
EOF
set -e
-$ACLOCAL || exit 1
+$ACLOCAL || Exit 1
$AUTOMAKE
# install-SCRIPTS targets.
@@ -87,4 +87,4 @@ EOF
diff expected produced
-exit 0
+Exit 0