Eric Blake wrote: > According to Jim Meyering on 9/19/2009 10:46 AM: >> +++ b/tests/test-posixtm.c >> @@ -0,0 +1,175 @@ >> +/* Test that openat_safer leave standard fds alone. > > Really? This line is a bit too much copy-n-paste ;)
Hah! Thanks. This works better: >From 3e2faf235348ba68f0fd19bc34d466cb1cfc1597 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyer...@redhat.com> Date: Sat, 19 Sep 2009 18:55:20 +0200 Subject: [PATCH] test-posixtm.c: correct a comment * tests/test-posixtm.c: Correct first-line comment. Spotted by Eric Blake. --- ChangeLog | 6 ++++++ tests/test-posixtm.c | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index f67c52a..f6c0efa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-09-19 Jim Meyering <meyer...@redhat.com> + + test-posixtm.c: correct a comment + * tests/test-posixtm.c: Correct first-line comment. + Spotted by Eric Blake. + 2009-09-16 Jim Meyering <meyer...@redhat.com> posixtm-tests: make T const-correct; add a test case diff --git a/tests/test-posixtm.c b/tests/test-posixtm.c index 0e6167f..2e17b41 100644 --- a/tests/test-posixtm.c +++ b/tests/test-posixtm.c @@ -1,4 +1,4 @@ -/* Test that openat_safer leave standard fds alone. +/* Test that posixtime works as required. Copyright (C) 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify -- 1.6.5.rc1.192.g63b0