mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-02 06:47:51 +08:00
fix whitespace trimming
License: MIT Signed-off-by: Jeromy Johnson <why@ipfs.io>
This commit is contained in:
parent
850602361d
commit
655804c5ef
@ -96,8 +96,8 @@ test_expect_success "GET /api/v0/version succeeds" '
|
||||
'
|
||||
|
||||
test_expect_success "output only has one transfer encoding header" '
|
||||
grep "Transfer-Encoding: chunked" version_out | wc -l > tecount_out &&
|
||||
echo " 1" > tecount_exp &&
|
||||
grep "Transfer-Encoding: chunked" version_out | wc -l | xargs echo > tecount_out &&
|
||||
echo "1" > tecount_exp &&
|
||||
test_cmp tecount_out tecount_exp
|
||||
'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user