summaryrefslogtreecommitdiff
path: root/src/hub/test-bolt
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-04-27 02:51:19 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-04-27 02:51:19 +0200
commit89e09629904d77a4b770315749e855d23af55bf6 (patch)
tree2f6690ef865fdb04653f385c7367dd29233afbed /src/hub/test-bolt
parenthubinfo table moved to bolt as well (diff)
completely remove sqlite
Diffstat (limited to 'src/hub/test-bolt')
-rwxr-xr-xsrc/hub/test-bolt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hub/test-bolt b/src/hub/test-bolt
index 7ac3dd2..9a26b04 100755
--- a/src/hub/test-bolt
+++ b/src/hub/test-bolt
@@ -1,6 +1,7 @@
#!/bin/sh
TEST_D="./test"
+TEST_DB="$TEST_D/db.bolt"
BIN="$(go env GOPATH)/bin/bolt"
if [ ! -x "$BIN" ]; then
@@ -11,4 +12,4 @@ if [ ! -x "$BIN" ]; then
exit 1
fi
-exec "$(go env GOPATH)/bin/bolt" $@ "$TEST_D/db.bolt"
+exec "$(go env GOPATH)/bin/bolt" $@ "$TEST_DB"