diff options
Diffstat (limited to 'tests/misc/date-sec')
| -rwxr-xr-x | tests/misc/date-sec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/date-sec b/tests/misc/date-sec index 445326dc5..6d7a8bccb 100755 --- a/tests/misc/date-sec +++ b/tests/misc/date-sec @@ -3,7 +3,7 @@ # `date --date="21:04 +0100" +%S' always prints `00'. # Before coreutils-5.2.1, it would print the seconds from the current time. -# Copyright (C) 2004, 2006 Free Software Foundation, Inc. +# Copyright (C) 2004, 2006, 2008 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 @@ -23,7 +23,7 @@ if test "$VERBOSE" = yes; then date --version fi -. $srcdir/../test-lib.sh +. $top_srcdir/tests/test-lib.sh fail=0 |
