summaryrefslogtreecommitdiff
path: root/t/symlink2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/symlink2.sh')
-rwxr-xr-xt/symlink2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/symlink2.sh b/t/symlink2.sh
index 46e26db9c..930b1072f 100755
--- a/t/symlink2.sh
+++ b/t/symlink2.sh
@@ -16,7 +16,7 @@
# Test to make sure that 'automake -a' redirects dangling symlinks.
-. ./defs || Exit 1
+. ./defs || exit 1
rm -f install-sh
ln -s Zardoz install-sh || skip_ "cannot create broken symlinks"