We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 8b94abd commit e7732baCopy full SHA for e7732ba
test/sharness/t0060-daemon.sh
@@ -92,7 +92,7 @@ test_expect_success "'ipfs daemon' can be killed" '
92
test_kill_repeat_10_sec $IPFS_PID
93
'
94
95
-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)" '
96
yes | ipfs daemon --init >daemon_out 2>daemon_err &
97
pollEndpoint -ep=/version -v -tout=1s -tries=10 >poll_apiout 2>poll_apierr &&
98
test_kill_repeat_10_sec $! ||
0 commit comments