summaryrefslogtreecommitdiff
path: root/t/exdir2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/exdir2.sh')
-rwxr-xr-xt/exdir2.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/exdir2.sh b/t/exdir2.sh
index ddaac5830..cf17f58ec 100755
--- a/t/exdir2.sh
+++ b/t/exdir2.sh
@@ -16,7 +16,7 @@
# Test to make sure undefined directories are invalid.
-. ./defs || Exit 1
+. ./defs || exit 1
cat > Makefile.am << 'EOF'
quuz_DATA = zot.html
@@ -25,5 +25,5 @@ EOF
$ACLOCAL
AUTOMAKE_fails
-grep 'pkgdatadir' stderr && Exit 1
+grep 'pkgdatadir' stderr && exit 1
grep 'Makefile.am:1:.*quuzdir.*undefined' stderr