mirror of
https://github.com/rclone/rclone.git
synced 2025-01-10 08:18:27 +01:00
mountlib: fix rc tests when mount does not work
This fixed the Docker 1.52 build
This commit is contained in:
parent
6882aeff97
commit
78b0329928
@ -78,7 +78,9 @@ func TestRc(t *testing.T) {
|
||||
|
||||
// mount
|
||||
_, err = mount.Fn(ctx, in)
|
||||
require.NoError(t, err)
|
||||
if err != nil {
|
||||
t.Skipf("Mount failed - skipping test: %v", err)
|
||||
}
|
||||
|
||||
// check file.txt is there now
|
||||
fi, err := os.Stat(filePath)
|
||||
|
Loading…
Reference in New Issue
Block a user