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

Signed-off-by: Robin Dadswell <robin@dadswell.email>
This commit is contained in:
Taloth Saldono
2020-06-11 23:54:28 +02:00
committed by Qstick
parent fe85e18a62
commit 4af4d45873
8 changed files with 94 additions and 618 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]