diff options
Diffstat (limited to 't/test-driver-is-distributed.sh')
-rwxr-xr-x | t/test-driver-is-distributed.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-driver-is-distributed.sh b/t/test-driver-is-distributed.sh index 73ce8405d..ede722794 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" |