summaryrefslogtreecommitdiff
path: root/tests/touch/relative
diff options
context:
space:
mode:
Diffstat (limited to 'tests/touch/relative')
-rwxr-xr-xtests/touch/relative2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/relative b/tests/touch/relative
index 9d28303fb..806f4b7c5 100755
--- a/tests/touch/relative
+++ b/tests/touch/relative
@@ -17,7 +17,7 @@ trap '(exit $?); exit $?' 1 2 13 15
framework_failure=0
mkdir -p $tmp || framework_failure=1
cd $tmp || framework_failure=1
-touch --date='2004-01-16 05:26:38 +0' f || framework_failure=1
+touch --date='2004-01-16 05:26:38 +0000' f || framework_failure=1
if test $framework_failure = 1; then
echo "$0: failure in testing framework" 1>&2