summaryrefslogtreecommitdiff
path: root/t/aclocal-print-acdir.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/aclocal-print-acdir.sh')
-rwxr-xr-xt/aclocal-print-acdir.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/aclocal-print-acdir.sh b/t/aclocal-print-acdir.sh
index 6e8aa0983..c5a8eb5ea 100755
--- a/t/aclocal-print-acdir.sh
+++ b/t/aclocal-print-acdir.sh
@@ -17,7 +17,7 @@
# Test on aclocal's '--print-ac-dir' option.
am_create_testdir=empty
-. ./defs || Exit 1
+. ./defs || exit 1
$ACLOCAL --print-ac-dir
test "$($ACLOCAL --print-ac-dir)" = "$am_system_acdir"