]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Avoid a test failure with some versions of smalltalk.
authorBruno Haible <bruno@clisp.org>
Wed, 21 May 2003 10:49:15 +0000 (10:49 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:36 +0000 (12:10 +0200)
gettext-tools/tests/ChangeLog
gettext-tools/tests/lang-smalltalk

index 5e6b68cffbcd149951c9fff19dd1151037a3534d..b85361e3b3977a76e3f7afd89389be344f1a6990 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-19  Bruno Haible  <bruno@clisp.org>
+
+       * lang-smalltalk: Skip the test if smalltalk version 2.1 or 2.1.1
+       is used; these versions lack the I18N package.
+
 2003-05-17  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.12 released.
index 2d3485a29037c401b69bbac30087c9893df3bca4..d99d4b49c2c7fd4e19edf72cf9affd1f45dadafa 100755 (executable)
@@ -97,7 +97,7 @@ ${MSGFMT} -o fr/LC_MESSAGES/prog.mo fr.po
 (gst --version) >/dev/null 2>/dev/null \
   || { rm -fr $tmpfiles; exit 77; }
 case `gst --version | sed -n -e 1p | sed -e 's/^[^0-9]*//'` in
-  0.* | 1.* | 2.0 | 2.0.[0-5])
+  0.* | 1.* | 2.0 | 2.0.[0-5] | 2.1 | 2.1.[0-1])
     rm -fr $tmpfiles; exit 77;;
 esac