summaryrefslogtreecommitdiff
path: root/t/upc3.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/upc3.sh')
-rwxr-xr-xt/upc3.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/upc3.sh b/t/upc3.sh
index eb026792c..7da65d532 100755
--- a/t/upc3.sh
+++ b/t/upc3.sh
@@ -16,7 +16,7 @@
# Test that C and Unified Parallel C link safely.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AC_PROG_CC
@@ -59,7 +59,7 @@ $ACLOCAL
$AUTOMAKE
$AUTOCONF
-./configure || Exit $?
+./configure || exit $?
$MAKE distcheck
: