diff options
Diffstat (limited to 'gettext-tools/tests/msgcomm-15')
-rwxr-xr-x | gettext-tools/tests/msgcomm-15 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msgcomm-15 b/gettext-tools/tests/msgcomm-15 index 291e349..043cf13 100755 --- a/gettext-tools/tests/msgcomm-15 +++ b/gettext-tools/tests/msgcomm-15 @@ -66,7 +66,7 @@ rm -f mcomm-test15.out # --unique is shorthand for --less-than=2; do we've to test both # switches? Are 'for' loops allowed? -ke- ${MSGCOMM} --less-than=2 --no-location -o mcomm-test15.out \ - mcomm-test15.in1 mcomm-test15.in2 mcomm-test15.in3 || exit 1 + mcomm-test15.in1 mcomm-test15.in2 mcomm-test15.in3 || Exit 1 # we've no unique msg; thus no PO should be created. if test -f mcomm-test15.out; then |