summaryrefslogtreecommitdiff
path: root/t/instsh.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/instsh.sh')
-rwxr-xr-xt/instsh.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/instsh.sh b/t/instsh.sh
index 1fd1b3b30..e7924b2f9 100755
--- a/t/instsh.sh
+++ b/t/instsh.sh
@@ -18,7 +18,7 @@
# automake: Makefile.am: required file "../../install-sh" not found; installing
# This also makes sure that install-sh is created in the correct directory.
-. ./defs || Exit 1
+. ./defs || exit 1
: > Makefile.am
rm -f install-sh
@@ -34,6 +34,6 @@ $AUTOMAKE --add-missing > output 2>&1
# Only one '/' should appear in the output.
cat output
-grep '/.*/' output && Exit 1
+grep '/.*/' output && exit 1
test -f install-sh