Fix readytorun tests asking for user input (dotnet/coreclr#5459)
authormkborg <mkborg@users.noreply.github.com>
Fri, 3 Jun 2016 14:20:06 +0000 (18:20 +0400)
committerJan Kotas <jkotas@microsoft.com>
Fri, 3 Jun 2016 14:20:06 +0000 (07:20 -0700)
commit6b207774cd70e93f38b1ec5ab52bdbab88491b2b
tree3a2cd309083f731962f201f5b1f6d27e3cfcd450
parent36864075736eadc4fa5d4f0a523ca6feca37a45c
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
src/coreclr/tests/src/readytorun/mainv2.csproj