test_all: add the vfs tests to the integration tests
Fix failing tests for some remotes
This commit is contained in:
parent
14ef4437e5
commit
ac7e1dbf62
6 changed files with 57 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue