summaryrefslogtreecommitdiff
path: root/gettext-tools/tests/format-elisp-2
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2016-06-11 13:13:21 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2016-06-11 13:13:21 +0000
commit500500ec9b7b0d0cef90b48c9b4ddc8866b5f19c (patch)
tree1d7b3e6fab5c199fdbbaab53ee9532de6a4c8cf7 /gettext-tools/tests/format-elisp-2
parent6eb5949dd99d174393465069c2fd0bab32deddcc (diff)
downloadgettext-tarball-500500ec9b7b0d0cef90b48c9b4ddc8866b5f19c.tar.gz
Diffstat (limited to 'gettext-tools/tests/format-elisp-2')
-rwxr-xr-xgettext-tools/tests/format-elisp-24
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/format-elisp-2 b/gettext-tools/tests/format-elisp-2
index d4b1e6a..de0d118 100755
--- a/gettext-tools/tests/format-elisp-2
+++ b/gettext-tools/tests/format-elisp-2
@@ -281,9 +281,9 @@ EOF
if test -n "$fail"; then
echo "Format string checking error:" 1>&2
cat f-el-2-$n.po 1>&2
- exit 1
+ Exit 1
fi
rm -f f-el-2-$n.po f-el-2-$n.mo
done < f-el-2.data
-exit 0
+Exit 0