From 6b207774cd70e93f38b1ec5ab52bdbab88491b2b Mon Sep 17 00:00:00 2001 From: mkborg Date: Fri, 3 Jun 2016 18:20:06 +0400 Subject: [PATCH] Fix readytorun tests asking for user input (dotnet/coreclr#5459) 'readytorun/mainv1' and 'readytorun/mainv2' tests on Linux wait for human response asking permission to remove write-protected file: rm: remove write-protected regular file 'test.dll'? 'rm' command shall be used with '-f' flag to make it non-interactive. Commit migrated from https://github.com/dotnet/coreclr/commit/eff95d6573e851363480919b23dc3850aaca27e5 --- src/coreclr/tests/src/readytorun/mainv1.csproj | 2 +- src/coreclr/tests/src/readytorun/mainv2.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/coreclr/tests/src/readytorun/mainv1.csproj b/src/coreclr/tests/src/readytorun/mainv1.csproj index 7aa6029..8da9bc2 100644 --- a/src/coreclr/tests/src/readytorun/mainv1.csproj +++ b/src/coreclr/tests/src/readytorun/mainv1.csproj @@ -51,7 +51,7 @@ COPY /Y ..\testv1\test\test.dll test.dll ]]>