@cryptotaxi247 / kubo / commits / d83644628

sharness: Stop assuming leveldb Datastore

License: MIT Signed-off-by: Tommi Virtanen <tv@eagain.net>

Tommi Virtanen committed May 20, 2015 at 10:33 UTC d83644628b0e3691a3fc0673a2c640a1f179b843
1 file changed +2 -2
test/sharness/t0020-init.sh
+2 -2
@@ -58,8 +58,8 @@ test_expect_success ".ipfs/ has been created" '
58 '
59
60 test_expect_success "ipfs config succeeds" '
61 - echo leveldb >expected_config &&
62 - ipfs config Datastore.Type >actual_config &&
61 + echo /ipfs >expected_config &&
62 + ipfs config Mounts.IPFS >actual_config &&
63 test_cmp expected_config actual_config
64 '
65