aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/test_failures_on_window_for_5.20131118.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-03 12:03:10 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-03 12:12:50 -0400
commitf5d0c8f0bf7f018479eb4da7e8c41598b7aacb7d (patch)
tree29bb0536642023b761f9c7188e2532749579e5f2 /doc/bugs/test_failures_on_window_for_5.20131118.mdwn
parentf0c652b2a9ebc29e734316b8f87770fc8960aae2 (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 'doc/bugs/test_failures_on_window_for_5.20131118.mdwn')
-rw-r--r--doc/bugs/test_failures_on_window_for_5.20131118.mdwn4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/bugs/test_failures_on_window_for_5.20131118.mdwn b/doc/bugs/test_failures_on_window_for_5.20131118.mdwn
index a90963d85..319eae4f1 100644
--- a/doc/bugs/test_failures_on_window_for_5.20131118.mdwn
+++ b/doc/bugs/test_failures_on_window_for_5.20131118.mdwn
@@ -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]]