From 7b5027f084756e1cdab09bc11fa1d2e792c078b9 Mon Sep 17 00:00:00 2001 From: Kevin Atkinson Date: Thu, 6 Jul 2017 04:43:17 -0400 Subject: [PATCH] add basic tests for Spec config change License: MIT Signed-off-by: Kevin Atkinson --- test/sharness/t0024-datastore-config.sh | 114 ++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100755 test/sharness/t0024-datastore-config.sh diff --git a/test/sharness/t0024-datastore-config.sh b/test/sharness/t0024-datastore-config.sh new file mode 100755 index 000000000..3811dbf36 --- /dev/null +++ b/test/sharness/t0024-datastore-config.sh @@ -0,0 +1,114 @@ +#!/bin/sh + +test_description="Test datastore config" + +. lib/test-lib.sh + +test_init_ipfs + +test_launch_ipfs_daemon +test_kill_ipfs_daemon + +SPEC_ORIG=$(cat <