Fix readytorun tests asking for user input (#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)
commiteff95d6573e851363480919b23dc3850aaca27e5
treeb1f1a7553306f167b038b716ac492625b93f78e4
parent80835e869ac8987eba2ef03c70f570224af33331
Fix readytorun tests asking for user input (#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.
tests/src/readytorun/mainv1.csproj
tests/src/readytorun/mainv2.csproj