1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 02:30:39 +08:00

sharness: fix OSX build

License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
Łukasz Magiera
2017-09-21 23:55:49 +02:00
parent 6a40c37b94
commit 7b7513565e

View File

@ -16,7 +16,7 @@ test_expect_success "'ipfs bitswap stat' succeeds" '
'
test_expect_success "'ipfs bitswap stat' output looks good" '
cat <<EOF | sed "s/ /\\t/g" >expected &&
cat <<EOF | unexpand -t2 >expected &&
bitswap status
provides buffer: 0 / 256
blocks received: 0
@ -54,7 +54,7 @@ test_expect_success "'ipfs bitswap stat' succeeds" '
'
test_expect_success "'ipfs bitswap stat' output looks good" '
cat <<EOF | sed "s/ /\\t/g" >expected &&
cat <<EOF | unexpand -t2 >expected &&
bitswap status
provides buffer: 0 / 256
blocks received: 0