summaryrefslogtreecommitdiff
path: root/t/copy.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/copy.sh')
-rwxr-xr-xt/copy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/copy.sh b/t/copy.sh
index 9ae7292a1..64a829d9c 100755
--- a/t/copy.sh
+++ b/t/copy.sh
@@ -17,7 +17,7 @@
# Test to make sure '-c' works. Report from Andris Pavenis.
# See also the much more in-depth test 'add-missing'.
-. ./defs || Exit 1
+. ./defs || exit 1
# We'll have to cater to systems like MSYS/MinGW where there are no
# true symlinks ('ln -s' behaves like 'cp -p'); see automake bug#10441.