diff options
author | Bruno Haible <bruno@clisp.org> | 2005-11-22 11:53:25 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:56 +0200 |
commit | ac5efe36bd8a4b2ef3e05c6659302cb0b4b74405 (patch) | |
tree | eadbf54abeee70cfaffc6b5a502db2fc175511e4 /gettext-tools/tests/msgcomm-18 | |
parent | e042cd3cce6882a0dfbb36611103bb8e435abdd1 (diff) | |
download | external_gettext-ac5efe36bd8a4b2ef3e05c6659302cb0b4b74405.zip external_gettext-ac5efe36bd8a4b2ef3e05c6659302cb0b4b74405.tar.gz external_gettext-ac5efe36bd8a4b2ef3e05c6659302cb0b4b74405.tar.bz2 |
When the tests work in a pure POSIX environment.
Diffstat (limited to 'gettext-tools/tests/msgcomm-18')
-rwxr-xr-x | gettext-tools/tests/msgcomm-18 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msgcomm-18 b/gettext-tools/tests/msgcomm-18 index 20b45eb..4cfe17f 100755 --- a/gettext-tools/tests/msgcomm-18 +++ b/gettext-tools/tests/msgcomm-18 @@ -22,7 +22,7 @@ EOF tmpfiles="$tmpfiles mcomm-test18.out" : ${MSGCOMM=msgcomm} -${MSGCOMM} --more-than=0 mcomm-test18.in1 mcomm-test18.in2 -o mcomm-test18.out +${MSGCOMM} --more-than=0 -o mcomm-test18.out mcomm-test18.in1 mcomm-test18.in2 test $? = 0 || { rm -fr $tmpfiles; exit 1; } tmpfiles="$tmpfiles mcomm-test18.ok" |