Commit 0fe733f
committed
[Test] Account for spaces in paths in the new dtlto/files.test
This uses LIT substitutions in a response file that could contain
spaces in paths. This caused a failure on a build bot where the path
to the system Python executable was
"C:\Program Files\Python310\python.exe", as reported in llvm#142757.
Add appropriate quoting to fix the issue.1 parent 3b4e793 commit 0fe733f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments