]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Avoid a testsuite failure on Solaris.
authorBruno Haible <bruno@clisp.org>
Tue, 11 Dec 2001 20:06:56 +0000 (20:06 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 21:42:46 +0000 (23:42 +0200)
tests/ChangeLog
tests/lang-objc

index 7d0c5cf0301432a5981e1a8686bd392b56f6461a..200e62751addec06ab88b73cbd2eec1ddfc64620 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-11  Bruno Haible  <bruno@clisp.org>
+
+       * lang-objc: If the locale couldn't be set, exit with code 77, not 1.
+
 2001-12-09  Bruno Haible  <bruno@clisp.org>
 
        * lang-clisp: New file.
index 351873364538f7364c016882b7d328ffc00db21a..df3347e2d3a5589b92ac5cb0579d6db261b31618 100755 (executable)
@@ -38,7 +38,7 @@ int main (argc, argv)
   if (setlocale (LC_ALL, "") == NULL)
     {
       fprintf (stderr, "Couldn't set locale.\n");
-      exit (1);
+      exit (77);
     }
 
   textdomain ("prog");