This commit is contained in:
yincong 2025-01-17 10:15:16 +08:00
parent ebac3e8ec1
commit c5d79ca792
No known key found for this signature in database
GPG Key ID: D37F4B83EDFE5B0F
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@ func TestWriterAddFS(t *testing.T) {
t.Fatal(err)
}
// Add subfolder into fsys to match what we'll read from the tar.
// Add subfolder into fsys to match what we'll read from the zip.
tests = append(tests[:2:2], WriteTest{Name: "subfolder", Mode: 0o555 | os.ModeDir}, tests[2])
// read it back