Fix tests on MacOS. (#86)

geesefs-0-30-9
Brendan McMillion 2020-06-25 22:46:03 -07:00 committed by GitHub
parent 1ec76bd410
commit 9ed0e37421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -102,5 +102,5 @@ func (t *ErrorFSTest) ReadDir() {
// Read
_, err = f.Readdirnames(1)
ExpectThat(err, Error(MatchesRegexp("read.*: .*owner died")))
ExpectThat(err, Error(MatchesRegexp("(read|fdopendir).*: .*owner died")))
}