Commit 81349b8
authored
[sanitizer] Use /tmp/ not /tmp/dir/ in tests (llvm#117759)
Tests fail if the user doesn't own /tmp/dir/. On hosts with multiple
users running the test suite, who owns /tmp/dir/ can become a race.1 parent dde7f4d commit 81349b8
File tree
1 file changed
+1
-2
lines changed- compiler-rt/lib/sanitizer_common/tests
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
349 | | - | |
| 348 | + | |
350 | 349 | | |
351 | 350 | | |
352 | 351 | | |
| |||
0 commit comments