test_all: add the vfs tests to the integration tests

Fix failing tests for some remotes
This commit is contained in:
Nick Craig-Wood 2019-02-27 17:14:32 +00:00
parent 14ef4437e5
commit ac7e1dbf62
6 changed files with 57 additions and 4 deletions

View file

@ -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)