X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Flib-git-svn.sh;h=f6fe78cd278bd25f47b8c17e14f5f419d639fb7a;hb=77b50ab009deab7f8eb703843a71ac7253b977c8;hp=67d08cf74083e1b4f045b5c4dfc510f1c3cae5c8;hpb=ea44949605781d1947ba1422ee541867e7ce9b81;p=git.git diff --git a/t/lib-git-svn.sh b/t/lib-git-svn.sh index 67d08cf74..f6fe78cd2 100644 --- a/t/lib-git-svn.sh +++ b/t/lib-git-svn.sh @@ -42,9 +42,9 @@ then exit fi +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" }