diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/t9100-git-svn-basic.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t9100-git-svn-basic.sh b/t/t9100-git-svn-basic.sh index 2c309a57d9..a89d338aa7 100755 --- a/t/t9100-git-svn-basic.sh +++ b/t/t9100-git-svn-basic.sh @@ -8,6 +8,10 @@ GIT_SVN_LC_ALL=${LC_ALL:-$LANG} . ./lib-git-svn.sh +# Make sure timestamps of commits created by Git interleave +# with those created by "svn set-tree". +unset GIT_COMMITTER_DATE + case "$GIT_SVN_LC_ALL" in *.UTF-8) test_set_prereq UTF8 |