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

1
debian/changelog vendored
View file

@ -22,6 +22,7 @@ git-annex (5.20140128) UNRELEASED; urgency=medium
* Windows: Avoid using unix-compat's rename, which refuses to rename
directories.
* Windows: Fix deletion of repositories by test suite and webapp.
* Windows: Test suite 100% passes again.
-- Joey Hess <joeyh@debian.org> Tue, 28 Jan 2014 13:57:19 -0400