fix test suite to pass on windows

On windows, the sync of the second cloned repo to origin failed, because
synced/master was a non-fast-forward. This may be a bug of its own, but
it's not the issue that this test was intended to test, so disconnect
the repos from origin before syncing.
This commit is contained in:
Joey Hess 2014-02-03 12:03:10 -04:00
parent ecd9b6731e
commit 1c997fd08c
4 changed files with 9 additions and 10 deletions

View file

@ -19,6 +19,4 @@ windows 7, NTFS = 2 FAILs
see attachment for full log of git annex test output
> I am seeing the same 2 failures now (I used to see a lot more!)
> and have put some analysis in [[todo/windows_support]] about them.
> --[[Joey]]
> Reproduced and [[fixed|done]]. --[[Joey]]