diff options
author | Bruno Haible <bruno@clisp.org> | 2003-02-20 18:04:02 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:13 +0200 |
commit | b90432f0abb198542193664a24ec97c8bcaa2b01 (patch) | |
tree | f4da32e918a7b01970258e15f44b8f99f0c7ca8b /gettext-tools/tests/msgunfmt-2 | |
parent | b84cdf7e742124721732ec6206b4d3f7af7fe24e (diff) | |
download | external_gettext-b90432f0abb198542193664a24ec97c8bcaa2b01.zip external_gettext-b90432f0abb198542193664a24ec97c8bcaa2b01.tar.gz external_gettext-b90432f0abb198542193664a24ec97c8bcaa2b01.tar.bz2 |
Remove SKIP: messages, now that automake emits them from the Makefile.
Diffstat (limited to 'gettext-tools/tests/msgunfmt-2')
-rwxr-xr-x | gettext-tools/tests/msgunfmt-2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msgunfmt-2 b/gettext-tools/tests/msgunfmt-2 index d11cb85..cde03f7 100755 --- a/gettext-tools/tests/msgunfmt-2 +++ b/gettext-tools/tests/msgunfmt-2 @@ -6,7 +6,7 @@ tmpfiles="" trap 'rm -fr $tmpfiles' 1 2 3 15 # Test whether we can compile and execute Java programs. -test "${TESTJAVA}" = yes || { echo "SKIP: msgunfmt-2"; exit 77; } +test "${TESTJAVA}" = yes || exit 77 tmpfiles="$tmpfiles fr.po" cat <<\EOF > fr.po |