test-0005.sh 313 B

123456789101112131415161718
  1. #!/bin/bash
  2. . ./test-common.sh
  3. cleanup 5
  4. # ------------------------------- Test 5 -------------------------------------
  5. preptest test.log 5 1
  6. preptest anothertest.log 5 1
  7. $RLR test-config.5 --force
  8. checkoutput <<EOF
  9. test.log 0
  10. test.log.1 0 zero
  11. anothertest.log 0
  12. anothertest.log.1 0 zero
  13. scriptout 0 foo
  14. EOF