We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e5851 commit a62f1cbCopy full SHA for a62f1cb
test/sharness/t0066-migration.sh
@@ -59,7 +59,7 @@ test_expect_success "output looks good" '
59
60
# Daemon exits with 1 after the prompt gets "n" when asking to migrate.
61
test_expect_success "'ipfs daemon' prompts to auto migrate" '
62
- test_expect_code 1 bash -c "echo n | ipfs daemon > daemon_out 2> daemon_err"
+ test_expect_code 1 ipfs daemon > daemon_out 2> daemon_err
63
'
64
65
test_expect_success "output looks good" '
0 commit comments