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 6178c08 commit a28a5eaCopy full SHA for a28a5ea
t/t8010-cat-file-filters.sh
@@ -43,7 +43,7 @@ test_expect_success 'cat-file --textconv --path=<path> works' '
43
sha1=$(git rev-parse -q --verify HEAD:world.txt) &&
44
test_config diff.txt.textconv "tr A-Za-z N-ZA-Mn-za-m <" &&
45
git cat-file --textconv --path=hello.txt $sha1 >rot13 &&
46
- test uryyb = "$(cat rot13 | remove_cr)"
+ test uryyb = "$(remove_cr <rot13)"
47
'
48
49
test_expect_success '--path=<path> complains without --textconv/--filters' '
0 commit comments