1
0
Fork 0

Minor test fix

yamux
John Jones 2016-12-12 17:03:38 -05:00
parent e69f10a68f
commit 4a99078c12
1 changed files with 1 additions and 1 deletions

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;