diff options
Diffstat (limited to 'tests/touch')
-rwxr-xr-x | tests/touch/no-rights | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/no-rights b/tests/touch/no-rights index 2babd6814..3906564a8 100755 --- a/tests/touch/no-rights +++ b/tests/touch/no-rights @@ -25,7 +25,7 @@ set x `ls -t $t1 $t2` test "$*" = "x $t2 $t1" || fail=1 chmod 0 $t1 -touch -c $t1 || fail=1 +touch -d tomorrow -c $t1 || fail=1 set x `ls -t $t1 $t2` test "$*" = "x $t1 $t2" || fail=1 |