mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-26 07:28:20 +08:00
Merge pull request #929 from jbenet/t0051_fix_indentation
t0051: fix indentation
This commit is contained in:
@ -34,7 +34,7 @@ test_expect_success "'ipfs object stat' succeeds" '
|
||||
'
|
||||
|
||||
test_expect_success "'ipfs object get' output looks good" '
|
||||
echo "NumLinks: 0" >> expected_stat &&
|
||||
echo "NumLinks: 0" > expected_stat &&
|
||||
echo "BlockSize: 18" >> expected_stat &&
|
||||
echo "LinksSize: 2" >> expected_stat &&
|
||||
echo "DataSize: 16" >> expected_stat &&
|
||||
|
Reference in New Issue
Block a user