diff --git a/test/sharness/t0183-namesys-pubsub.sh b/test/sharness/t0183-namesys-pubsub.sh index 130e4c500b2..f4684af4c70 100755 --- a/test/sharness/t0183-namesys-pubsub.sh +++ b/test/sharness/t0183-namesys-pubsub.sh @@ -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 &&