test-0002.sh 330 B

1234567891011121314151617181920
  1. #!/bin/bash
  2. . ./test-common.sh
  3. cleanup 2
  4. # ------------------------------- Test 2 -------------------------------------
  5. preptest test.log 2 3
  6. $RLR test-config.2 --force
  7. checkoutput <<EOF
  8. test.log.1 0 zero
  9. test.log.2 0 first
  10. EOF
  11. checkmail test.log.3 second
  12. if [ -f test.log ]; then
  13. echo "erroneously created test.log"
  14. fi