mirror of
https://github.com/rclone/rclone.git
synced 2026-01-05 10:03:17 +00:00
Forward port 930ff266f2 to cmount branch
compare checksums on upload/download via FUSE
This commit is contained in:
@@ -31,6 +31,9 @@ func NewFS(f fs.Fs) *FS {
|
||||
if noSeek {
|
||||
fsys.FS.NoSeek()
|
||||
}
|
||||
if noChecksum {
|
||||
fsys.FS.NoChecksum()
|
||||
}
|
||||
return fsys
|
||||
}
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ func TestFileModTimeWithOpenWriters(t *testing.T) { mounttest.TestFileModTimeWit
|
||||
func TestMount(t *testing.T) { mounttest.TestMount(t) }
|
||||
func TestRoot(t *testing.T) { mounttest.TestRoot(t) }
|
||||
func TestReadByByte(t *testing.T) { mounttest.TestReadByByte(t) }
|
||||
func TestReadChecksum(t *testing.T) { mounttest.TestReadChecksum(t) }
|
||||
func TestReadFileDoubleClose(t *testing.T) { mounttest.TestReadFileDoubleClose(t) }
|
||||
func TestReadSeek(t *testing.T) { mounttest.TestReadSeek(t) }
|
||||
func TestWriteFileNoWrite(t *testing.T) { mounttest.TestWriteFileNoWrite(t) }
|
||||
|
||||
Reference in New Issue
Block a user