Skip to content

Commit a62f1cb

Browse files
committed
revert unneeded change
1 parent 31e5851 commit a62f1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sharness/t0066-migration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ test_expect_success "output looks good" '
5959

6060
# Daemon exits with 1 after the prompt gets "n" when asking to migrate.
6161
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"
62+
test_expect_code 1 ipfs daemon > daemon_out 2> daemon_err
6363
'
6464

6565
test_expect_success "output looks good" '

0 commit comments

Comments
 (0)