summaryrefslogtreecommitdiff
path: root/t/test-driver-is-distributed.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/test-driver-is-distributed.sh')
-rwxr-xr-xt/test-driver-is-distributed.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-driver-is-distributed.sh b/t/test-driver-is-distributed.sh
index 12f9c0b9d..2208a04d4 100755
--- a/t/test-driver-is-distributed.sh
+++ b/t/test-driver-is-distributed.sh
@@ -19,7 +19,7 @@
# defined in a subdir Makefile
am_create_testdir=empty
-. ./defs || Exit 1
+. ./defs || exit 1
ocwd=$(pwd) || fatal_ "getting current working directory"