aboutsummaryrefslogtreecommitdiffstats
path: root/res/test-ck
diff options
context:
space:
mode:
Diffstat (limited to 'res/test-ck')
-rwxr-xr-xres/test-ck2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/test-ck b/res/test-ck
index 423d3bd..b1fd51e 100755
--- a/res/test-ck
+++ b/res/test-ck
@@ -15,7 +15,7 @@ function init {
mkdir -p $TEST_LOCATION/vc
mkdir $TEST_LOCATION/sec
- exec $BIN/ck conf $BIN init $TEST_LOCATION/vc $TEST_LOCATION/sec > /dev/null &
+ exec $BIN/ck -c $BIN init $TEST_LOCATION/vc $TEST_LOCATION/sec > /dev/null &
wait $!
}