Skip to content

Commit

Permalink
namesys/pubsub: fix sharness test for broken MacOS echo
Browse files Browse the repository at this point in the history
echo -n "" should print -n, but hey it's a mac.

License: MIT
Signed-off-by: vyzo <vyzo@hackzen.org>
  • Loading branch information
vyzo committed Nov 19, 2017
1 parent 08b519e commit 230d68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/t0183-namesys-pubsub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test_expect_success 'cancel subscriptions to the publisher topic' '
'

test_expect_success 'check subscriptions' '
echo -n "" > expected &&
rm -f expected && touch expected &&
ipfsi 1 name pubsub subs > subs1 &&
ipfsi 2 name pubsub subs > subs2 &&
test_cmp expected subs1 &&
Expand Down

0 comments on commit 230d68d

Please sign in to comment.