----------------------------------------------------------------------
FAIL: login_test.go:99: LoginSuite.TestMissingServerFile
login_test.go:102:
c.Assert(err, gc.ErrorMatches, "open .*: no such file or directory")
... error string = "open c:\\users\\admini~1\\appdata\\local\\temp\\tmpubona2\\gogo\\tmp-juju-testwyxduk\\check-4037200794235010051\\15\\server.yaml: The system cannot find the file specified."
... regex string = "open .*: no such file or directory"
OOPS: 43 passed, 1 FAILED
--- FAIL: TestPackage (1.28 seconds)
FAIL