summaryrefslogtreecommitdiff
path: root/t/parallel-tests3.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/parallel-tests3.sh')
-rwxr-xr-xt/parallel-tests3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/parallel-tests3.sh b/t/parallel-tests3.sh
index 6a6a9983c..b606276fa 100755
--- a/t/parallel-tests3.sh
+++ b/t/parallel-tests3.sh
@@ -17,7 +17,7 @@
# Check parallel-tests features:
# - concurrent parallel execution
-. ./defs || Exit 1
+. ./defs || exit 1
case $MAKE in
*\ -j*) skip_ "\$MAKE contains '-j'";;