Skip to content

Commit 0071e3c

Browse files
committed
fixup! survey: add object count summary
This squelches the `check-whitespace` errors. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent dac3510 commit 0071e3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

t/t8100-git-survey.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ test_expect_success 'git survey (default)' '
3434
git survey --all-refs >out 2>err &&
3535
test_line_count = 0 err &&
3636
37-
cat >expect <<-EOF &&
37+
tr , " " >expect <<-EOF &&
3838
GIT SURVEY for "$(pwd)"
3939
-----------------------------------------------------
4040
4141
REFERENCES SUMMARY
4242
========================
43-
Ref Type | Count
43+
, Ref Type | Count
4444
-----------------+------
45-
Branches | 1
45+
, Branches | 1
4646
Remote refs | 0
4747
Tags (all) | 2
4848
Tags (annotated) | 2

0 commit comments

Comments
 (0)