From 78ee1c72c670a71bfd165448676fc65bff802916 Mon Sep 17 00:00:00 2001
From: gramanas <anastasis.gramm2@gmail.com>
Date: Mon, 19 Nov 2018 19:11:06 +0200
Subject: Add ability to use ck without secret dir

---
 test/00_init | 24 ------------------------
 1 file changed, 24 deletions(-)
 delete mode 100644 test/00_init

(limited to 'test/00_init')

diff --git a/test/00_init b/test/00_init
deleted file mode 100644
index a38c81c..0000000
--- a/test/00_init
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/bash
-
-running init
-
-mkdir -p $TEST_LOCATION/vc
-mkdir $TEST_LOCATION/sec
-
-exec $BIN/ck -c $BIN init $TEST_LOCATION/vc $TEST_LOCATION/sec >&${V} &
-wait $!
-
-if [ $? -ne 0 ]; then
-    err "ck crashed."
-fi
-
-if [ ! -f $BIN/ckrc ]; then
-    err "Config file not created."
-fi
-
-if [ ! -f $BIN/ckdb ]; then
-    err "DB file not created."
-fi
-
-clear_tests > /dev/null 2>&1
-echo -e $PASS
-- 
cgit v1.2.3