Skip to content

Commit

Permalink
sharness: fix OSX build
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
  • Loading branch information
magik6k committed Sep 22, 2017
1 parent 8bc58f9 commit d89dbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/t0220-bitswap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d89dbf8

Please sign in to comment.