tests: fix smoke test broken by bad23cda74

I apparently didn't run tests on that commit :(
This commit is contained in:
Martin von Zweigbergk 2021-01-24 23:00:16 -08:00
parent bea399640b
commit 49d386931d

View File

@ -87,7 +87,7 @@ fn smoke_test() {
// Add a commit description
let output =
testutils::CommandRunner::new(&repo_path).run(vec!["describe", "--text", "add some files"]);
testutils::CommandRunner::new(&repo_path).run(vec!["describe", "-m", "add some files"]);
assert_eq!(output.status, 0);
let stdout_string = output.stdout_string();
let output_regex =