Fix interrupt tests (#1505)
This commit is contained in:
parent
c5c9831915
commit
3bf3be9af8
@ -18,7 +18,7 @@ fn interrupt_test(arguments: &[&str], justfile: &str) {
|
||||
let start = Instant::now();
|
||||
|
||||
let mut child = Command::new(executable_path("just"))
|
||||
.current_dir(tmp)
|
||||
.current_dir(&tmp)
|
||||
.args(arguments)
|
||||
.spawn()
|
||||
.expect("just invocation failed");
|
||||
|
Loading…
Reference in New Issue
Block a user