From 58706c40e64952c7a32b3fc1571581ff7b8fce90 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 23 Jul 2002 18:48:43 +0000 Subject: [PATCH] Tweak tests. --- tests/ChangeLog | 5 +++++ tests/format-c-3 | 4 ++++ tests/format-c-4 | 4 ++++ 3 files changed, 13 insertions(+) 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 -- 2.47.2