X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-mkdir.h;h=85894b260e9651a2563fe9c89b3f1db401f3edc0;hb=fcdbbe0069c767a03f42f7615175ac03494de93a;hp=1fd7fe4a599a0c1b22dfa1d35124622589776d16;hpb=da8f2a565cd9522f2a3a1400e538d1853374aa08;p=gnulib.git diff --git a/tests/test-mkdir.h b/tests/test-mkdir.h index 1fd7fe4a5..85894b260 100644 --- a/tests/test-mkdir.h +++ b/tests/test-mkdir.h @@ -1,9 +1,9 @@ /* Test of mkdir() function. - Copyright (C) 2009 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -67,7 +67,7 @@ test_mkdir (int (*func) (char const *, mode_t), bool print) if (symlink (BASE "dir", BASE "link")) { if (print) - fputs ("skipping test: symlinks not supported on this filesystem\n", + fputs ("skipping test: symlinks not supported on this file system\n", stderr); return 77; }