diff options
Diffstat (limited to 'gettext-tools/tests/msguniq-4')
-rwxr-xr-x | gettext-tools/tests/msguniq-4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msguniq-4 b/gettext-tools/tests/msguniq-4 index 89e1279..e4e5e48 100755 --- a/gettext-tools/tests/msguniq-4 +++ b/gettext-tools/tests/msguniq-4 @@ -4,10 +4,10 @@ # Test general operation with Java .properties syntax. : ${MSGUNIQ-msguniq} -${MSGUNIQ} --properties-input --properties-output -w 1000 -o msguniq-4.out "$abs_srcdir"/msguniq-a.inp || exit 1 +${MSGUNIQ} --properties-input --properties-output -w 1000 -o msguniq-4.out "$abs_srcdir"/msguniq-a.inp || Exit 1 : ${MSGCAT-msgcat} -${MSGCAT} --properties-output -w 1000 -o msguniq-4.ok "$abs_srcdir"/msguniq-a.out || exit 1 +${MSGCAT} --properties-output -w 1000 -o msguniq-4.ok "$abs_srcdir"/msguniq-a.out || Exit 1 : ${DIFF=diff} ${DIFF} msguniq-4.ok msguniq-4.out |