comparison tests/test-git-interop.t @ 46894:fe34c75f62ab

tests: skip test-git-interop.t on Windows Casefolding isn't handled in dirstate yet, triggering a bunch of assertions. But while this is more correctly `no-icasefs`, it's more likely to get attention if someone sees it. I'd just rather not have it adding to the noise on Windows for now. Differential Revision: https://phab.mercurial-scm.org/D10312
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 05 Apr 2021 23:54:54 -0400
parents 6dea77e195d2
children 96d295dd4968
comparison
equal deleted inserted replaced
46893:3d32b9759047 46894:fe34c75f62ab
1 #require pygit2 1 #require pygit2 no-windows
2 2
3 Setup: 3 Setup:
4 $ GIT_AUTHOR_NAME='test'; export GIT_AUTHOR_NAME 4 $ GIT_AUTHOR_NAME='test'; export GIT_AUTHOR_NAME
5 > GIT_AUTHOR_EMAIL='test@example.org'; export GIT_AUTHOR_EMAIL 5 > GIT_AUTHOR_EMAIL='test@example.org'; export GIT_AUTHOR_EMAIL
6 > GIT_AUTHOR_DATE="2007-01-01 00:00:00 +0000"; export GIT_AUTHOR_DATE 6 > GIT_AUTHOR_DATE="2007-01-01 00:00:00 +0000"; export GIT_AUTHOR_DATE