Minor test fix
This commit is contained in:
parent
e69f10a68f
commit
4a99078c12
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ int test_ipfs_datastore_put() {
|
||||||
const unsigned char* input = (unsigned char*)"Hello, world!";
|
const unsigned char* input = (unsigned char*)"Hello, world!";
|
||||||
|
|
||||||
// build the ipfs repository, then shut it down, so we can start fresh
|
// build the ipfs repository, then shut it down, so we can start fresh
|
||||||
drop_and_build_repository("/tmp/.ipfs");
|
retVal = drop_and_build_repository("/tmp/.ipfs");
|
||||||
if (retVal == 0)
|
if (retVal == 0)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue