From 0071e3c0c1bf0735a47efaab3fb603ae3e07a3b6 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 26 Sep 2024 15:19:30 +0200 Subject: [PATCH] fixup! survey: add object count summary This squelches the `check-whitespace` errors. Signed-off-by: Johannes Schindelin --- t/t8100-git-survey.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/t/t8100-git-survey.sh b/t/t8100-git-survey.sh index aecf7e434a4d8f..a153cf0810bb35 100755 --- a/t/t8100-git-survey.sh +++ b/t/t8100-git-survey.sh @@ -34,15 +34,15 @@ test_expect_success 'git survey (default)' ' git survey --all-refs >out 2>err && test_line_count = 0 err && - cat >expect <<-EOF && + tr , " " >expect <<-EOF && GIT SURVEY for "$(pwd)" ----------------------------------------------------- REFERENCES SUMMARY ======================== - Ref Type | Count + , Ref Type | Count -----------------+------ - Branches | 1 + , Branches | 1 Remote refs | 0 Tags (all) | 2 Tags (annotated) | 2