Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Engelbert <[email protected]>
  • Loading branch information
pmengelbert committed Nov 19, 2024
1 parent 13db830 commit e343181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2492,7 +2492,7 @@ func testFileOpSymlink(t *testing.T, sb integration.Sandbox) {
require.Equal(t, header.Uid, linkOwner)
require.Equal(t, header.Gid, linkGroup)

require.Equal(t, header.ChangeTime, dummyTime)
require.Equal(t, header.ModTime, dummyTime)
}

func testFileOpRmWildcard(t *testing.T, sb integration.Sandbox) {
Expand Down

0 comments on commit e343181

Please sign in to comment.