[lldb/Test] Try to appease the Windows bot
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 8 Jan 2020 05:36:19 +0000 (21:36 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 8 Jan 2020 05:40:07 +0000 (21:40 -0800)
commitadee6454b7ac8e7a489ec63e338e1d4a5705e2f1
treed3f68c3433b20c0851d85b2eb83938e928cf2878
parent9a621de1ecadf668886a7caf743f6283d1c709e2
[lldb/Test] Try to appease the Windows bot

In TestConvenienceVariables I changed %t from a file to a directory.
This tripped up mkdir which can't deal with an existing file at the
given location. In order to solve this issue on the bots I added an
`rm -rf %t` statement, but now the Windows bot complains that "This
function is not supported on this system".

If you never ran the test suite wit this temporary workaround, the test
might fail. If this happens please remove what %t expands to in the lit
output and rerun the test.
lldb/test/Shell/Driver/TestConvenienceVariables.test