This commit is contained in:
Dheepak Krishnamurthy 2023-06-04 23:37:30 -04:00
parent 0470c973c9
commit 32b093bd36

View file

@ -4446,12 +4446,12 @@ mod tests {
})
.unwrap();
let output = std::process::Command::new("task")
let _output = std::process::Command::new("task")
.arg("rc.confirmation=off")
.arg("undo")
.output()
.unwrap();
let output = std::process::Command::new("task")
let _output = std::process::Command::new("task")
.arg("rc.confirmation=off")
.arg("undo")
.output()