From 4a99078c12f0962288abff214f85d036d40833c0 Mon Sep 17 00:00:00 2001 From: John Jones Date: Mon, 12 Dec 2016 17:03:38 -0500 Subject: [PATCH] Minor test fix --- test/storage/test_datastore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/storage/test_datastore.h b/test/storage/test_datastore.h index f7d21a5..c879a91 100644 --- a/test/storage/test_datastore.h +++ b/test/storage/test_datastore.h @@ -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;