We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd98c85 commit 79b5282Copy full SHA for 79b5282
1 file changed
perms_test.go
@@ -115,6 +115,10 @@ func TestChtimes(t *testing.T) {
115
root_fi, err := client.Stat("/")
116
assert.NoError(t, err)
117
118
+ assert.NotEqual(t, root_fi.(*FileInfo).status.GetModificationTime(), fi.(*FileInfo).status.GetModificationTime())
119
+ assert.NotEqual(t, root_fi.(*FileInfo).status.GetAccessTime(), fi.(*FileInfo).status.GetAccessTime())
120
+
121
122
err = client.Copytimes("/_test/tochtime", root_fi.(*FileInfo).status)
123
124
0 commit comments