mirror of
https://github.com/restic/restic.git
synced 2025-08-23 03:07:25 +00:00
Address review comments
This commit is contained in:
@@ -24,7 +24,8 @@ func TestRcloneExit(t *testing.T) {
|
||||
}
|
||||
rtest.OK(t, err)
|
||||
defer func() {
|
||||
rtest.OK(t, be.Close())
|
||||
// ignore the error as the test will kill rclone (see below)
|
||||
_ = be.Close()
|
||||
}()
|
||||
|
||||
err = be.cmd.Process.Kill()
|
||||
|
Reference in New Issue
Block a user