summaryrefslogtreecommitdiff
path: root/t/forcemiss2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/forcemiss2.sh')
-rwxr-xr-xt/forcemiss2.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/forcemiss2.sh b/t/forcemiss2.sh
index 3c75722df..8c6369aeb 100755
--- a/t/forcemiss2.sh
+++ b/t/forcemiss2.sh
@@ -17,7 +17,7 @@
# Test to make sure that 'automake --force-missing' works, even with
# symlinked files.
-. ./defs || Exit 1
+. ./defs || exit 1
rm -f install-sh
@@ -34,7 +34,7 @@ $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
diff foo foo2
: