summaryrefslogtreecommitdiff
path: root/tests/fort5.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fort5.test')
-rwxr-xr-xtests/fort5.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fort5.test b/tests/fort5.test
index 344cac971..d39bb215d 100755
--- a/tests/fort5.test
+++ b/tests/fort5.test
@@ -19,7 +19,7 @@
# For now, require the GNU compilers (to avoid some Libtool/Autoconf
# issues).
required='libtoolize g77 gfortran'
-. ./defs || exit 1
+. ./defs || Exit 1
set -e
@@ -82,9 +82,9 @@ $AUTOCONF
# This test requires Libtool >= 2.0. Earlier Libtool does not
# have the LT_PREREQ macro to cause autoconf failure, so let's
# skip in this case:
-grep LT_PREREQ configure && exit 77
+grep LT_PREREQ configure && Exit 77
-# configure may exit 77 if no compiler is found,
+# configure may Exit 77 if no compiler is found,
# or if the compiler cannot compile Fortran 90 files).
./configure
$MAKE