diff options
Diffstat (limited to 'src/tests/init')
-rwxr-xr-x | src/tests/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/init b/src/tests/init index 2091bdc..4f78802 100755 --- a/src/tests/init +++ b/src/tests/init @@ -5,7 +5,7 @@ TEST_LOCATION=@PROJECT_TESTING_GROUNDS@ mkdir -p $TEST_LOCATION/vc mkdir $TEST_LOCATION/sec -exec $BIN/ck init $TEST_LOCATION/vc $TEST_LOCATION/sec > /dev/null 2>&1 & +exec $BIN/ck init $TEST_LOCATION/vc $TEST_LOCATION/sec & wait $! if [ ! -f ~/.ck/ckrc ]; then |