We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac3510 commit 0071e3cCopy full SHA for 0071e3c
t/t8100-git-survey.sh
@@ -34,15 +34,15 @@ test_expect_success 'git survey (default)' '
34
git survey --all-refs >out 2>err &&
35
test_line_count = 0 err &&
36
37
- cat >expect <<-EOF &&
+ tr , " " >expect <<-EOF &&
38
GIT SURVEY for "$(pwd)"
39
-----------------------------------------------------
40
41
REFERENCES SUMMARY
42
========================
43
- Ref Type | Count
+ , Ref Type | Count
44
-----------------+------
45
- Branches | 1
+ , Branches | 1
46
Remote refs | 0
47
Tags (all) | 2
48
Tags (annotated) | 2
0 commit comments