Flip boolean logic

pull/6919/head
Thomas Stromberg 2020-03-06 12:48:54 -08:00
parent b5f1cf80a5
commit 318f9f2b75
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ func TestChangeNoneUser(t *testing.T) {
t.Errorf("stat(%s): %v", p, err)
continue
}
if info == nil && info.Sys() == nil {
if info == nil || info.Sys() == nil {
t.Errorf("nil info for %s", p)
continue
}