We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2dee41 commit c8c9017Copy full SHA for c8c9017
1 file changed
storage/pkg/chrootarchive/archive_unix_test.go
@@ -58,7 +58,7 @@ func TestUntarWithMaliciousSymlinks(t *testing.T) {
58
err = UntarWithRoot(tee, safe, nil, root)
59
assert.ErrorContains(t, err, "open /safe/host-file: no such file or directory")
60
61
- // Make sure the "host" file is still in tact
+ // Make sure the "host" file is still intact
62
// Before the fix the host file would be overwritten
63
hostData, err := os.ReadFile(filepath.Join(dir, "host-file"))
64
require.NoError(t, err)
0 commit comments