Skip to content

Commit 66db9a1

Browse files
committed
Rebase to fix test, and restore test to original form
1 parent 56cb4b3 commit 66db9a1

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
@@ -46,7 +46,7 @@ test_expect_success "output looks good" '
4646
#
4747
# If run with real migrations, the daemon continues running and must be killed.
4848
test_expect_success "ipfs daemon --migrate=true runs migration" '
49-
test_expect_code 1 ipfs daemon --migrate=true > true_out 2>&1
49+
test_expect_code 1 ipfs daemon --migrate=true > true_out
5050
'
5151

5252
test_expect_success "output looks good" '

0 commit comments

Comments
 (0)