Minor test fix

This commit is contained in:
John Jones 2016-12-12 17:03:38 -05:00
parent e69f10a68f
commit 4a99078c12

View file

@ -18,7 +18,7 @@ int test_ipfs_datastore_put() {
const unsigned char* input = (unsigned char*)"Hello, world!";
// 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)
return 0;