X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Flib-git-svn.sh;h=f6fe78cd278bd25f47b8c17e14f5f419d639fb7a;hb=77b50ab009deab7f8eb703843a71ac7253b977c8;hp=27ad3b70f9d9c38defdcf632db0e79ce09c65f4e;hpb=2edb9c5cf98e1a65c775ede6fc5b10a15bb94384;p=git.git diff --git a/t/lib-git-svn.sh b/t/lib-git-svn.sh index 27ad3b70f..f6fe78cd2 100644 --- a/t/lib-git-svn.sh +++ b/t/lib-git-svn.sh @@ -46,5 +46,5 @@ rawsvnrepo="$svnrepo" svnrepo="file://$svnrepo" poke() { - perl -e '@x = stat($ARGV[0]); utime($x[8], $x[9] + 1, $ARGV[0])' "$1" + test-chmtime +1 "$1" }