summaryrefslogtreecommitdiff
path: root/t/pr224.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/pr224.sh')
-rwxr-xr-xt/pr224.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/pr224.sh b/t/pr224.sh
index 51e3c1723..c4fb9c103 100755
--- a/t/pr224.sh
+++ b/t/pr224.sh
@@ -24,7 +24,7 @@
# should be '$(top_builddir)/bar/.deps'.
required=cc
-. ./defs || Exit 1
+. ./defs || exit 1
mkdir foo
@@ -59,6 +59,6 @@ cd build
$MAKE
test -d foo/.deps
$MAKE distclean
-test -d foo/.deps && Exit 1
+test -d foo/.deps && exit 1
: