Don't remove the cwd.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 4 Apr 2017 21:42:59 +0000 (21:42 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 4 Apr 2017 21:42:59 +0000 (21:42 +0000)
commitf58991b7a4761af1f44d35c1dbbb52426c49a427
tree00943640ca47f4204d609be8aa2401b8c198ec09
parent60d3264d5fbe08fa93601ca40489d7c328941d0e
Don't remove the cwd.

This works with a regular shell since the kernel can keep track of a
deleted cwd. Since we just keep a path string, the following
subprocess invocations fail.

I think this would also fail on windows.

llvm-svn: 299471
compiler-rt/test/asan/TestCases/Linux/coverage-missing.cc