Skip to content

Commit

Permalink
Rebase to fix test, and restore test to original form
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Apr 15, 2021
1 parent 56cb4b3 commit 66db9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/t0066-migration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test_expect_success "output looks good" '
#
# If run with real migrations, the daemon continues running and must be killed.
test_expect_success "ipfs daemon --migrate=true runs migration" '
test_expect_code 1 ipfs daemon --migrate=true > true_out 2>&1
test_expect_code 1 ipfs daemon --migrate=true > true_out
'

test_expect_success "output looks good" '
Expand Down

0 comments on commit 66db9a1

Please sign in to comment.