aboutsummaryrefslogtreecommitdiffstats
path: root/test/00_init
diff options
context:
space:
mode:
Diffstat (limited to 'test/00_init')
-rw-r--r--test/00_init2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/00_init b/test/00_init
index daba787..a38c81c 100644
--- a/test/00_init
+++ b/test/00_init
@@ -5,7 +5,7 @@ running init
mkdir -p $TEST_LOCATION/vc
mkdir $TEST_LOCATION/sec
-exec $BIN/ck -c $BIN init $TEST_LOCATION/vc $TEST_LOCATION/sec > /dev/null &
+exec $BIN/ck -c $BIN init $TEST_LOCATION/vc $TEST_LOCATION/sec >&${V} &
wait $!
if [ $? -ne 0 ]; then