summaryrefslogtreecommitdiff
path: root/tests/touch/relative
diff options
context:
space:
mode:
Diffstat (limited to 'tests/touch/relative')
-rwxr-xr-xtests/touch/relative4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/touch/relative b/tests/touch/relative
index 910a3782c..6a5d100f1 100755
--- a/tests/touch/relative
+++ b/tests/touch/relative
@@ -2,7 +2,7 @@
# Demonstrate using a combination of --reference and --date to
# set the time of a file back by an arbitrary amount.
-# Copyright (C) 2004, 2006-2007 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
@@ -22,7 +22,7 @@ if test "$VERBOSE" = yes; then
touch --version
fi
-. $srcdir/../test-lib.sh
+. $top_srcdir/tests/test-lib.sh
TZ=UTC0 touch --date='2004-01-16 12:00 +0000' f || framework_failure