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 3f5d24a commit 79942eeCopy full SHA for 79942ee
sharness/t0070-migration-many.sh
@@ -30,6 +30,12 @@ test_install_version "v0.4.0-dev"
30
test_repo_version "0.4.0"
31
32
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
39
test_repo_version "0.3.8"
40
41
test_install_version "v0.3.10"
0 commit comments