summaryrefslogtreecommitdiff
path: root/t/mdate6.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/mdate6.sh')
-rwxr-xr-xt/mdate6.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/mdate6.sh b/t/mdate6.sh
index ca3ca21ea..110bb2d57 100755
--- a/t/mdate6.sh
+++ b/t/mdate6.sh
@@ -17,7 +17,7 @@
# mdate-sh can work with weird file names, doesn't eval too much.
am_create_testdir=empty
-. ./defs || Exit 1
+. ./defs || exit 1
a=
file='file name $a'
@@ -27,7 +27,7 @@ file='file name $a'
get_shell_script mdate-sh
./mdate-sh "$file" >stdout 2>stderr ||
- { cat stdout; cat stderr >&2; Exit 1; }
+ { cat stdout; cat stderr >&2; exit 1; }
cat stdout
cat stderr >&2
grep '[12][0-9]\{3\}' stdout