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 Oct 4, 2017
1 parent 6a40c37 commit 7b75135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sharness/t0220-bitswap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down 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 7b75135

Please sign in to comment.