Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e7732ba

Browse files
committedMay 22, 2015
t0060: expect success with stdin
This issue has been fixed by merging PR #1263 or PR #1238. License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
1 parent 8b94abd commit e7732ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/sharness/t0060-daemon.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ test_expect_success "'ipfs daemon' can be killed" '
9292
test_kill_repeat_10_sec $IPFS_PID
9393
'
9494

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

0 commit comments

Comments
 (0)
Please sign in to comment.