Skip to content

Commit 79942ee

Browse files
committed
t0070: manually revert migration
1 parent 3f5d24a commit 79942ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sharness/t0070-migration-many.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ test_install_version "v0.4.0-dev"
3030
test_repo_version "0.4.0"
3131

3232
test_install_version "v0.3.8"
33+
34+
# By design reverting a migration has to be run manually
35+
test_expect_success "'ipfs-2-to-3 -revert' succeeds" '
36+
exec_docker "$DOCID" "$GUEST_IPFS_2_TO_3 -revert -path=/root/.ipfs" >actual
37+
'
38+
3339
test_repo_version "0.3.8"
3440

3541
test_install_version "v0.3.10"

0 commit comments

Comments
 (0)