|
@@ -322,7 +322,7 @@ end;
|
|
|
|
|
|
procedure TFullFPCInstallationTests.SetUp;
|
|
procedure TFullFPCInstallationTests.SetUp;
|
|
begin
|
|
begin
|
|
- RunTestCommandIndir(TFullFPCInstallationSetup.GetTestPath, 'rsync', ['-rtvu', '--delete', 'templates/fullfpc/', 'currenttest/'], 'sync template');
|
|
|
|
|
|
+ RunTestCommandIndir(TFullFPCInstallationSetup.GetTestPath, 'rsync', ['-rtv', '--delete', 'templates/fullfpc/', 'currenttest/'], 'sync template');
|
|
end;
|
|
end;
|
|
|
|
|
|
procedure TFullFPCInstallationTests.TearDown;
|
|
procedure TFullFPCInstallationTests.TearDown;
|