X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-utimens.h;h=277bc9522e403584178f96d0ee4e50834670ef24;hb=9a09e8291d1bd692b26684c2bb7d9379593e8846;hp=b211b41d8f5499158705202c0d11855c08f7a990;hpb=9963a98120addb9fd80299e5242554d62b002217;p=gnulib.git diff --git a/tests/test-utimens.h b/tests/test-utimens.h index b211b41d8..277bc9522 100644 --- a/tests/test-utimens.h +++ b/tests/test-utimens.h @@ -1,9 +1,9 @@ /* Test of file timestamp modification functions. - 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, @@ -141,7 +141,7 @@ test_utimens (int (*func) (char const *, struct timespec const *), bool print) /* Make sure this dereferences symlinks. */ if (symlink (BASE "file", BASE "link")) { - ASSERT (unlink (BASE "file") == 0); + ASSERT (unlink (BASE "file") == 0); if (print) fputs ("skipping test: symlinks not supported on this file system\n", stderr);