diff options
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 |