mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
test_all: add the vfs tests to the integration tests
Fix failing tests for some remotes
This commit is contained in:
@@ -77,6 +77,9 @@ func TestFileMethods(t *testing.T) {
|
||||
|
||||
func TestFileSetModTime(t *testing.T) {
|
||||
r := fstest.NewRun(t)
|
||||
if !canSetModTime(t, r) {
|
||||
return
|
||||
}
|
||||
defer r.Finalise()
|
||||
vfs, file, file1 := fileCreate(t, r)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user