summaryrefslogtreecommitdiff
path: root/t/comment9.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/comment9.sh')
-rwxr-xr-xt/comment9.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/comment9.sh b/t/comment9.sh
index a75fafc41..49a9f6f72 100755
--- a/t/comment9.sh
+++ b/t/comment9.sh
@@ -17,7 +17,7 @@
# Make sure ##-comments are ignored in variable definitions.
# Report from Julien Sopena.
-. ./defs || Exit 1
+. ./defs || exit 1
cat > Makefile.am << 'EOF'
TESTS = \
@@ -48,6 +48,6 @@ sed -n -e '/^TESTS =.*\\$/ {
}' -e '/^TESTS =/ p' Makefile.in > tests
grep '3\.test' tests
-grep '##' tests && Exit 1
-grep '4\.test' tests && Exit 1
+grep '##' tests && exit 1
+grep '4\.test' tests && exit 1
grep '5\.test' tests