summaryrefslogtreecommitdiff
path: root/t/canon2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/canon2.sh')
-rwxr-xr-xt/canon2.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/canon2.sh b/t/canon2.sh
index 4d39a7e42..d9869e8a3 100755
--- a/t/canon2.sh
+++ b/t/canon2.sh
@@ -16,7 +16,7 @@
# Test to make sure name canonicalization happens for texinfo.
-. ./defs || Exit 1
+. ./defs || exit 1
cat > Makefile.am << 'END'
info_TEXINFOS = zar-doz.texi
@@ -30,6 +30,6 @@ echo '@setfilename frob' > frob.texi
$ACLOCAL
$AUTOMAKE
-grep zar-doz_TEXINFOS Makefile.in && Exit 1
+grep zar-doz_TEXINFOS Makefile.in && exit 1
: