| author | |
| committer | |
| log | 55dfedff42db3cedd12d5385bd4df4bc7676d3af |
| tree | ce0a9e4e6295c3a5909f2163187a19a9fc93364e |
| parent | 4a67dd04c99954af2fd8e38b99704a1faea16267 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
test/cli.zig+1-1| ... | ... | @@ -37,7 +37,7 @@ pub fn main() !void { |
| 37 | 37 | }; |
| 38 | 38 | for (test_fns) |testFn| { |
| 39 | 39 | try fs.deleteTree(dir_path); |
| 40 | try fs.makeDir(dir_path); | |
| 40 | try fs.cwd().makeDir(dir_path); | |
| 41 | 41 | try testFn(zig_exe, dir_path); |
| 42 | 42 | } |
| 43 | 43 | } |