summaryrefslogtreecommitdiff
path: root/t/forcemiss.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/forcemiss.sh')
-rwxr-xr-xt/forcemiss.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/forcemiss.sh b/t/forcemiss.sh
index d7d0800c2..74da2d7f0 100755
--- a/t/forcemiss.sh
+++ b/t/forcemiss.sh
@@ -16,7 +16,7 @@
# Test to make sure that 'automake --force-missing' works.
-. ./defs || Exit 1
+. ./defs || exit 1
rm -f install-sh
@@ -29,6 +29,6 @@ $AUTOMAKE --add-missing --force-missing
ls -l install-sh
test -f install-sh
-grep zot install-sh && Exit 1
+grep zot install-sh && exit 1
: