1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

Fixed: Removed hardlink-based transactional file transfer logic (instead relying on explicit copy+delete for cifs)

This commit is contained in:
Taloth Saldono
2020-06-11 23:54:28 +02:00
committed by Qstick
parent c1b6917afe
commit 67d2765d0c
8 changed files with 92 additions and 614 deletions
@@ -145,7 +145,7 @@ namespace NzbDrone.Core.Test.UpdateTests
Subject.Execute(new ApplicationUpdateCommand());
Mocker.GetMock<IDiskTransferService>()
.Verify(c => c.TransferFolder(updateClientFolder, _sandboxFolder, TransferMode.Move, false));
.Verify(c => c.TransferFolder(updateClientFolder, _sandboxFolder, TransferMode.Move));
}
[Test]