1#!/bin/bash
2
3. ./test-common.sh
4
5cleanup 29
6
7# ------------------------------- Test 29 ------------------------------------
8# { } on the same line
9
10preptest test.log 29 1 0
11# log with 1 byte should not be rotated
12$RLR test-config.29 --force
13
14checkoutput <<EOF
15test.log 0
16test.log.1 0 zero
17EOF
18