summaryrefslogtreecommitdiff
path: root/t/ext3.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/ext3.sh')
-rwxr-xr-xt/ext3.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/ext3.sh b/t/ext3.sh
index bd5ed6dd3..c32a3e3d3 100755
--- a/t/ext3.sh
+++ b/t/ext3.sh
@@ -20,7 +20,7 @@
# In both cases, we don't try to create a rule; but we shouldn't
# fail either, because magic might be happening behind our back.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
END
@@ -36,4 +36,4 @@ END
$ACLOCAL
$AUTOMAKE
-Exit 0
+exit 0