Commit 9edb677
committed
Fix test to check runtimeTempDir instead of .cmux/tmp subdirectory
The test 'should use tmpfile policy by default' was checking for files in
.cmux/tmp subdirectory, which was the path used in the initial (incorrect)
fix. Now that overflow files are written directly to runtimeTempDir, the
test needs to check the tempDir.path directly.1 parent 8d8d8f1 commit 9edb677
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
297 | 296 | | |
298 | 297 | | |
299 | 298 | | |
| |||
0 commit comments