----------------------------------------------------------------------
FAIL: internal_test.go:28: pathsSuite.TestPathDefaultMongoExists
internal_test.go:36:
c.Assert(mongoPath, gc.Equals, "path/to/tool")
... obtained string = "path\\to\\tool"
... expected string = "path/to/tool"
----------------------------------------------------------------------
FAIL: internal_test.go:40: pathsSuite.TestPathNoDefaultMongo
internal_test.go:56:
c.Assert(calledWithPaths, gc.DeepEquals, []string{"path/to/tool"})
... obtained []string = []string{"path\\to\\tool"}
... expected []string = []string{"path/to/tool"}
WARNING: Error cleaning up temporaries: remove c:\users\admini~1\appdata\local\temp\tmpek5oqw\gogo\tmp-juju-testi94as9\check-6129484611666145821\0\juju-backup.tgz: The process cannot access the file because it is being used by another process.OOPS: 45 passed, 1 skipped, 2 FAILED