mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-03 04:37:30 +08:00
sharness: fix OSX build
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
@ -16,7 +16,7 @@ test_expect_success "'ipfs bitswap stat' succeeds" '
|
|||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success "'ipfs bitswap stat' output looks good" '
|
test_expect_success "'ipfs bitswap stat' output looks good" '
|
||||||
cat <<EOF | sed "s/ /\\t/g" >expected &&
|
cat <<EOF | unexpand -t2 >expected &&
|
||||||
bitswap status
|
bitswap status
|
||||||
provides buffer: 0 / 256
|
provides buffer: 0 / 256
|
||||||
blocks received: 0
|
blocks received: 0
|
||||||
@ -54,7 +54,7 @@ test_expect_success "'ipfs bitswap stat' succeeds" '
|
|||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success "'ipfs bitswap stat' output looks good" '
|
test_expect_success "'ipfs bitswap stat' output looks good" '
|
||||||
cat <<EOF | sed "s/ /\\t/g" >expected &&
|
cat <<EOF | unexpand -t2 >expected &&
|
||||||
bitswap status
|
bitswap status
|
||||||
provides buffer: 0 / 256
|
provides buffer: 0 / 256
|
||||||
blocks received: 0
|
blocks received: 0
|
||||||
|
Reference in New Issue
Block a user