summaryrefslogtreecommitdiff
path: root/t/canon3.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/canon3.sh')
-rwxr-xr-xt/canon3.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/canon3.sh b/t/canon3.sh
index 25a8e71df..4a95cb5d3 100755
--- a/t/canon3.sh
+++ b/t/canon3.sh
@@ -16,7 +16,7 @@
# Yet another canonicalization test.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AC_PROG_CC
@@ -31,6 +31,6 @@ END
$ACLOCAL
$AUTOMAKE
-$FGREP 'perm_number.c' Makefile.in && Exit 1
+$FGREP 'perm_number.c' Makefile.in && exit 1
: