summaryrefslogtreecommitdiff
path: root/t/instdat2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/instdat2.sh')
-rwxr-xr-xt/instdat2.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/instdat2.sh b/t/instdat2.sh
index 8773fc369..54d26a9fc 100755
--- a/t/instdat2.sh
+++ b/t/instdat2.sh
@@ -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.
@@ -62,7 +62,7 @@ pkgdata_SCRIPTS = script
##pkginclude_SCRIPTS = script
EOF
-$ACLOCAL || Exit 1
+$ACLOCAL || exit 1
$AUTOMAKE
# install-SCRIPTS targets.
@@ -86,4 +86,4 @@ EOF
diff expected produced
-Exit 0
+exit 0