]> Savannah Git Hosting - gnulib.git/commitdiff
stat-time tests: Improve comment.
authorBruno Haible <bruno@clisp.org>
Sun, 14 May 2017 19:32:41 +0000 (21:32 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 14 May 2017 19:32:41 +0000 (21:32 +0200)
* tests/test-stat-time.c: Add hyperlink, from Paul Eggert.

ChangeLog
tests/test-stat-time.c

index a7a3968e9861511da46c6badf5670ed158a7bf3e..cab8f6301d2b555b9f19af85b0d72304ac14a050 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-05-14  Bruno Haible  <bruno@clisp.org>
+
+       stat-time tests: Improve comment.
+       * tests/test-stat-time.c: Add hyperlink, from Paul Eggert.
+
 2017-05-14  Bruno Haible  <bruno@clisp.org>
 
        same-inode: Adapt for windows-stat-inodes.
index 25fe6c3e686a5c6a4a737f37c0d08b1e3e7e95ba..47849de52607b2c3a675c9f076af0000819d2143 100644 (file)
@@ -42,7 +42,9 @@ static char filename_stamp3[50];
 /* Use file names that are different at each run.
    This is necessary for test_birthtime() to pass on native Windows:
    On this platform, the file system apparently remembers the creation time
-   of a file even after it is removed and created anew.  */
+   of a file even after it is removed and created anew.  See
+   "Windows NT Contains File System Tunneling Capabilities"
+   <https://support.microsoft.com/en-us/help/172190/>  */
 static void
 initialize_filenames (void)
 {