linode:debian-unstable-64 .../cmd/snap-repair# go test
----------------------------------------------------------------------
FAIL: runner_test.go:687: runnerSuite.TestLoadStateInitStateFail
runner_test.go:695:
c.Check(err, ErrorMatches, `cannot create repair state directory:.*`)
... error string = "open /tmp/check-2457356732771409349/15/var/lib/snapd/seed/assertions: no such file or directory"
... regex string = "cannot create repair state directory:.*"
----------------------------------------------------------------------
FAIL: runner_test.go:1223: runnerSuite.TestNextSaveStateError
runner_test.go:1253:
c.Check(err, ErrorMatches, `cannot save repair state:.*`)
... error string = "repair not found"
... regex string = "cannot save repair state:.*"
----------------------------------------------------------------------
FAIL: runner_test.go:698: runnerSuite.TestSaveStateFail
runner_test.go:717:
c.Check(err, ErrorMatches, `cannot save repair state:.*`)
... value = nil
... regex string = "cannot save repair state:.*"
... Error value is nil
OOPS: 48 passed, 3 FAILED
--- FAIL: Test (0.42s)