diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-03 12:03:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-03 12:12:50 -0400 |
commit | f5d0c8f0bf7f018479eb4da7e8c41598b7aacb7d (patch) | |
tree | 29bb0536642023b761f9c7188e2532749579e5f2 /debian/changelog | |
parent | f0c652b2a9ebc29e734316b8f87770fc8960aae2 (diff) |
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.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index dc58bc87d..e6607fdde 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |