mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 11:27:42 +08:00
fix(sharness): Initializing daemon... output
This commit is contained in:
parent
9ff4dae264
commit
bbcc259eaf
@ -88,7 +88,8 @@ test_launch_ipfs_daemon() {
|
||||
|
||||
test_expect_success FUSE "'ipfs daemon' output looks good" '
|
||||
IPFS_PID=$! &&
|
||||
echo "API server listening on /ip4/127.0.0.1/tcp/5001" >expected &&
|
||||
echo "Initializing daemon..." >expected &&
|
||||
echo "API server listening on /ip4/127.0.0.1/tcp/5001" >>expected &&
|
||||
test_cmp_repeat_10_sec expected actual ||
|
||||
fsh cat daemon_err
|
||||
'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user