summaryrefslogtreecommitdiff
path: root/t/tags2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tags2.sh')
-rwxr-xr-xt/tags2.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/tags2.sh b/t/tags2.sh
index 7d4ee6440..521d2ef2b 100755
--- a/t/tags2.sh
+++ b/t/tags2.sh
@@ -17,7 +17,7 @@
# TAGS_DEPENDENCIES only make sense if other tag-worthy things (such as
# sources) exist.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AC_PROG_CC
@@ -37,6 +37,6 @@ bin_PROGRAMS = bar
END
AUTOMAKE_run
-grep 'define.*TAGS_DEPENDENCIES.*without' stderr && Exit 1
+grep 'define.*TAGS_DEPENDENCIES.*without' stderr && exit 1
: