mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 17:11:37 +02: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