diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2018-11-10 22:47:03 +0200 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2018-11-10 22:47:03 +0200 |
commit | 2638802ccd0d0776ebf1867181d4e3950a147074 (patch) | |
tree | cc535cc46c41d5dd347a7630f316cf1c84d00045 /test/00_init | |
parent | 6d77eb748a6b15b9f473ab86371bfa474898cef1 (diff) | |
download | ck-2638802ccd0d0776ebf1867181d4e3950a147074.tar.gz ck-2638802ccd0d0776ebf1867181d4e3950a147074.tar.bz2 ck-2638802ccd0d0776ebf1867181d4e3950a147074.zip |
Home dir
Diffstat (limited to 'test/00_init')
-rw-r--r-- | test/00_init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/00_init b/test/00_init index 1f3f2a6..daba787 100644 --- a/test/00_init +++ b/test/00_init @@ -20,5 +20,5 @@ if [ ! -f $BIN/ckdb ]; then err "DB file not created." fi -clear_tests 2&>1 /dev/null +clear_tests > /dev/null 2>&1 echo -e $PASS |