diff options
Diffstat (limited to 'gettext-tools/tests/format-perl-brace-2')
-rwxr-xr-x | gettext-tools/tests/format-perl-brace-2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/format-perl-brace-2 b/gettext-tools/tests/format-perl-brace-2 index 486bf30..a1c207d 100755 --- a/gettext-tools/tests/format-perl-brace-2 +++ b/gettext-tools/tests/format-perl-brace-2 @@ -56,9 +56,9 @@ EOF if test -n "$fail"; then echo "Format string checking error:" 1>&2 cat f-pb-2-$n.po 1>&2 - exit 1 + Exit 1 fi rm -f f-pb-2-$n.po f-pb-2-$n.mo done < f-pb-2.data -exit 0 +Exit 0 |