summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/format-boost-1
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/format-boost-1')
-rwxr-xr-xgettext-tools/tests/format-boost-18
1 files changed, 4 insertions, 4 deletions
diff --git a/gettext-tools/tests/format-boost-1 b/gettext-tools/tests/format-boost-1
index a9d4ad9..717a796 100755
--- a/gettext-tools/tests/format-boost-1
+++ b/gettext-tools/tests/format-boost-1
@@ -280,8 +280,8 @@ while read comment; do
cat <<EOF > f-bo-1-$n.in
gettext(${string});
EOF
- ${XGETTEXT} -L C++ --boost -o f-bo-1-$n.po f-bo-1-$n.in || exit 1
- test -f f-bo-1-$n.po || exit 1
+ ${XGETTEXT} -L C++ --boost -o f-bo-1-$n.po f-bo-1-$n.in || Exit 1
+ test -f f-bo-1-$n.po || Exit 1
fail=
if echo "$comment" | grep 'Valid:' > /dev/null; then
if grep boost-format f-bo-1-$n.po > /dev/null; then
@@ -301,9 +301,9 @@ EOF
cat f-bo-1-$n.in 1>&2
echo "Got:" 1>&2
cat f-bo-1-$n.po 1>&2
- exit 1
+ Exit 1
fi
rm -f f-bo-1-$n.in f-bo-1-$n.po
done < f-bo-1.data
-exit 0
+Exit 0