Skip to content

Commit c8c9017

Browse files
committed
Fix a comment
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
1 parent e2dee41 commit c8c9017

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

storage/pkg/chrootarchive/archive_unix_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func TestUntarWithMaliciousSymlinks(t *testing.T) {
5858
err = UntarWithRoot(tee, safe, nil, root)
5959
assert.ErrorContains(t, err, "open /safe/host-file: no such file or directory")
6060

61-
// Make sure the "host" file is still in tact
61+
// Make sure the "host" file is still intact
6262
// Before the fix the host file would be overwritten
6363
hostData, err := os.ReadFile(filepath.Join(dir, "host-file"))
6464
require.NoError(t, err)

0 commit comments

Comments
 (0)