Skip to content

Commit

Permalink
t0060: expect success with stdin
Browse files Browse the repository at this point in the history
This issue has been fixed by merging PR #1263 or PR #1238.

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
  • Loading branch information
chriscool committed May 22, 2015
1 parent 8b94abd commit e7732ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/t0060-daemon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ test_expect_success "'ipfs daemon' can be killed" '
test_kill_repeat_10_sec $IPFS_PID
'

test_expect_failure "'ipfs daemon' should be able to run with a pipe attached to stdin (issue #861)" '
test_expect_success "'ipfs daemon' should be able to run with a pipe attached to stdin (issue #861)" '
yes | ipfs daemon --init >daemon_out 2>daemon_err &
pollEndpoint -ep=/version -v -tout=1s -tries=10 >poll_apiout 2>poll_apierr &&
test_kill_repeat_10_sec $! ||
Expand Down

0 comments on commit e7732ba

Please sign in to comment.