diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2018-04-15 06:15:06 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2018-04-15 06:15:06 +0300 |
commit | 6f319efab77e88e06acb689923ad619bf4c78304 (patch) | |
tree | 8d13fc584108627efb5d6b769e64a690b7d9552a /src/tests/init | |
parent | c42092733d664c29d3ac9084859f57ec463f72e3 (diff) | |
download | ck-6f319efab77e88e06acb689923ad619bf4c78304.tar.gz ck-6f319efab77e88e06acb689923ad619bf4c78304.tar.bz2 ck-6f319efab77e88e06acb689923ad619bf4c78304.zip |
variable conf
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 |