mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 09:35:26 +01:00
4a382c09ec
Before this change we ran the tests and the mount in the same process. This could cause deadlocks and often did, and made the mount tests very unreliable. This fixes the problem by running the mount in a seperate process and commanding it via a pipe over stdin/stdout. |
||
---|---|---|
.. | ||
dir.go | ||
edge_cases.go | ||
file.go | ||
fs.go | ||
os.go | ||
read_non_unix.go | ||
read_unix.go | ||
read.go | ||
submount.go | ||
vfs.go | ||
write_non_unix.go | ||
write_unix.go | ||
write.go |