test-0012.sh 345 B

12345678910111213141516171819
  1. #!/bin/bash
  2. . ./test-common.sh
  3. # check rotation into a directory given as a relative pathname
  4. cleanup 12
  5. # ------------------------------- Test 12 ------------------------------------
  6. preptest test.log 12 1 0
  7. rm -rf testdir
  8. mkdir testdir
  9. $RLR test-config.12 --force
  10. checkoutput <<EOF
  11. test.log 0
  12. testdir/test.log.1 0 zero
  13. EOF
  14. rm -rf testdir