From: Bruno Haible Date: Tue, 23 Jul 2002 18:48:43 +0000 (+0000) Subject: Tweak tests. X-Git-Tag: v0.11.4~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58706c40e64952c7a32b3fc1571581ff7b8fce90;p=thirdparty%2Fgettext.git Tweak tests. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 774d3e76d..3c7e4dfa9 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2002-07-23 Bruno Haible + + * format-c-3: Add SKIP message. + * format-c-4: Likewise. + 2002-07-21 Bruno Haible * format-c-3: New file. diff --git a/tests/format-c-3 b/tests/format-c-3 index 7afd902f5..83aa5d340 100755 --- a/tests/format-c-3 +++ b/tests/format-c-3 @@ -46,6 +46,10 @@ ${DIFF} de.po.strip de.po.tmp || exit 1 LANGUAGE= ./fc3 de_DE result=$? +if test $result = 77; then + echo "SKIP: format-c-3" +fi + rm -fr $tmpfiles exit $result diff --git a/tests/format-c-4 b/tests/format-c-4 index 2359a241e..d43111fe3 100755 --- a/tests/format-c-4 +++ b/tests/format-c-4 @@ -50,6 +50,10 @@ ${DIFF} de.po.strip de.po.tmp || exit 1 LANGUAGE= ./fc4 de_DE result=$? +if test $result = 77; then + echo "SKIP: format-c-4" +fi + rm -fr $tmpfiles exit $result