1234567891011121314151617181920212223 |
- #!/bin/bash
- . ./test-common.sh
- cleanup 77
- # ------------------------------- Test 77 ------------------------------------
- # ignore empty patterns given by the tabooext directive
- preptest test.log 77 1
- mkdir -p includedir
- cat > includedir/test-0077.conf << EOF
- copytruncate
- rotate 1
- EOF
- $RLR test-config.77 --force --verbose
- rm -rf includedir
- checkoutput <<EOF
- test.log 0
- test.log.1 0 zero
- EOF
|