test-0080.sh 350 B

12345678910111213
  1. #!/bin/bash
  2. . ./test-common.sh
  3. cleanup 80
  4. # ------------------------------- Test 80 ------------------------------------
  5. # size option and the time interval option are mutually exclusive, so the user
  6. # should be warned.
  7. preptest test.log 80 1 0
  8. $RLR -d test-config.80 2>&1 | \
  9. grep -q "warning: 'daily' overrides previously specified 'size'"