]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Tweak tests.
authorBruno Haible <bruno@clisp.org>
Tue, 23 Jul 2002 18:48:43 +0000 (18:48 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:41 +0000 (12:08 +0200)
tests/ChangeLog
tests/format-c-3
tests/format-c-4

index 774d3e76dd99562db5d99ec3ad14e427a503ab4f..3c7e4dfa9818eb97817c3679ef348f5e5a8ad18c 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-23  Bruno Haible  <bruno@clisp.org>
+
+       * format-c-3: Add SKIP message.
+       * format-c-4: Likewise.
+
 2002-07-21  Bruno Haible  <bruno@clisp.org>
 
        * format-c-3: New file.
index 7afd902f55a3b745aa28bc3c87439977777f4356..83aa5d3401f2031d7d52348fbdedd594dbcf3f97 100755 (executable)
@@ -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
index 2359a241e72b0b18b0dcf2dae27fe747fd88b750..d43111fe3cf876467f72c150fc2b4f4d3364127d 100755 (executable)
@@ -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