X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-utimens.h;h=c61bae51755ee2b1e3c576463f463fa66a938584;hb=5b9e0c3ce734b9d9b0c0001e31b65a8a4713700d;hp=b211b41d8f5499158705202c0d11855c08f7a990;hpb=9963a98120addb9fd80299e5242554d62b002217;p=gnulib.git diff --git a/tests/test-utimens.h b/tests/test-utimens.h index b211b41d8..c61bae517 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-2011 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);