summaryrefslogtreecommitdiff
path: root/t/autodist-no-duplicate.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/autodist-no-duplicate.sh')
-rwxr-xr-xt/autodist-no-duplicate.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/autodist-no-duplicate.sh b/t/autodist-no-duplicate.sh
index 0055e4cd1..58742ceb5 100755
--- a/t/autodist-no-duplicate.sh
+++ b/t/autodist-no-duplicate.sh
@@ -17,7 +17,7 @@
# Check that there are no duplicates in the list of files automatically
# distributed by automake.
-. ./defs || Exit 1
+. ./defs || exit 1
re='Files .*automatically distributed.*if found'
@@ -47,4 +47,4 @@ for i in 1 2; do
diff files$i.lst files$i.uniq || st=1
done
-Exit $st
+exit $st