[libc++] Quote path to the Python executable in ShTest
authorLouis Dionne <ldionne@apple.com>
Mon, 27 Apr 2020 17:06:24 +0000 (13:06 -0400)
committerLouis Dionne <ldionne@apple.com>
Mon, 27 Apr 2020 17:07:29 +0000 (13:07 -0400)
commitb640ec007f1f734be5903aebc3dd16aaab35f7dc
tree78f68d1f58c2e9e5391cb9b506c32bd163b13c3c
parent7363ffe95f0a32b5cf11affe844577aa7ba6f0f4
[libc++] Quote path to the Python executable in ShTest

This is an attempt to unbreak this test on Windows, where paths contain
backslashes that are interpreted as escape characters unless quoted.
libcxx/test/libcxx/selftest/dsl/dsl.sh.py