summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/format-boost-2
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/format-boost-2')
-rwxr-xr-xgettext-tools/tests/format-boost-24
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/format-boost-2 b/gettext-tools/tests/format-boost-2
index b41b7b0..c97a4b1 100755
--- a/gettext-tools/tests/format-boost-2
+++ b/gettext-tools/tests/format-boost-2
@@ -197,9 +197,9 @@ EOF
if test -n "$fail"; then
echo "Format string checking error:" 1>&2
cat f-bo-2-$n.po 1>&2
- exit 1
+ Exit 1
fi
rm -f f-bo-2-$n.po f-bo-2-$n.mo
done < f-bo-2.data
-exit 0
+Exit 0