Add CodeLingo Tenet to fix missing close file

libgocryptfs
leilaes 4 years ago committed by rfjakob
parent 7d81494a64
commit cc0a603ef8

@ -0,0 +1,4 @@
tenets:
- import: codelingo/effective-go
- import: codelingo/code-review-comments
- import: codelingo/rfjakob-gocryptfs

@ -85,6 +85,7 @@ func TestExampleFses(t *testing.T) {
t.Errorf("fsck returned code %d but fs should be clean", code)
}
}
dirfd.Close()
}
// TestTerabyteFile verifies that fsck does something intelligent when it hits

Loading…
Cancel
Save