From d5087df6fb8da42933f7dbfe69875ad0f89e12c9 Mon Sep 17 00:00:00 2001 From: joost Date: Mon, 22 May 2017 21:56:35 +0000 Subject: [PATCH] * Undo all changes in the test-environment before each test git-svn-id: trunk@36301 - --- packages/fppkg/tests/fullfpcinstallationtests.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fppkg/tests/fullfpcinstallationtests.pas b/packages/fppkg/tests/fullfpcinstallationtests.pas index e208e9daa3..67b88e1d1d 100644 --- a/packages/fppkg/tests/fullfpcinstallationtests.pas +++ b/packages/fppkg/tests/fullfpcinstallationtests.pas @@ -322,7 +322,7 @@ end; procedure TFullFPCInstallationTests.SetUp; begin - RunTestCommandIndir(TFullFPCInstallationSetup.GetTestPath, 'rsync', ['-rtvu', '--delete', 'templates/fullfpc/', 'currenttest/'], 'sync template'); + RunTestCommandIndir(TFullFPCInstallationSetup.GetTestPath, 'rsync', ['-rtv', '--delete', 'templates/fullfpc/', 'currenttest/'], 'sync template'); end; procedure TFullFPCInstallationTests.TearDown;