Remove pointless error check from test

This commit is contained in:
2026-02-09 22:52:40 -05:00
parent dbfec3b41e
commit 933aa0680a
-3
View File
@@ -46,9 +46,6 @@ func TestUnixSock(t *testing.T) {
defer c.Close()
creds := Get(c)
if err != nil {
t.Fatalf("Get: %v", err)
}
uid := creds.UID
if uid == "" {