+2010-04-05 Bruno Haible <bruno@clisp.org>
+
+ duplocale: Improve test output.
+ * tests/test-duplocale.c (main): Print reason for skipped test.
+
2010-04-05 Bruno Haible <bruno@clisp.org>
Assume rmdir exists.
/* Test of duplicating a locale object.
- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2009-2010 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#else
+#include <stdio.h>
+
int
main ()
{
+ fprintf (stderr, "Skipping test: function duplocale not available\n");
return 77;
}