test-0015.sh 299 B

123456789101112131415161718
  1. #!/bin/bash
  2. . ./test-common.sh
  3. # shred test
  4. cleanup 15
  5. # ------------------------------- Test 15 ------------------------------------
  6. preptest test.log 15 1 0
  7. $RLR test-config.15 --force
  8. # this rotation should use shred
  9. $RLR test-config.15 --force
  10. checkoutput <<EOF
  11. test.log 0
  12. test.log.1 0
  13. EOF