diff --git a/tests/test_workspaces.rs b/tests/test_workspaces.rs index 4db5ddafb..f5f126ca3 100644 --- a/tests/test_workspaces.rs +++ b/tests/test_workspaces.rs @@ -285,7 +285,10 @@ fn get_log_output(test_env: &TestEnvironment, cwd: &Path) -> String { &[ "log", "-T", - r#"commit_id " " working_copies"#, + r#"separate(" ", + commit_id, + working_copies, + if(divergent, "(divergent)"))"#, "-r", "all()", ],