Commit f2f877c
committed
Fix clear_out() not deleting files in cmdTests
Shell wildcards are not expanded when quoted, and thus the contents of
the temporary output directories were never being cleared.
One of the tests in bootstrapCmdTests had to be fixed as a result, since
it was relying on a TASTy file created by a previous test still existing
in the $OUT directory after having been cleared.1 parent e64d3d1 commit f2f877c
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
0 commit comments