test-0003.sh 426 B

123456789101112131415161718192021222324252627282930
  1. #!/bin/bash
  2. . ./test-common.sh
  3. cleanup 3
  4. # ------------------------------- Test 3 -------------------------------------
  5. preptest test.log 3 1
  6. $RLR test-config.3 --force
  7. checkoutput <<EOF
  8. test.log 0
  9. test.log.1 0 zero
  10. scriptout 0 foo
  11. EOF
  12. cleanup
  13. preptest test.log 3 1
  14. preptest test2.log 3 1
  15. $RLR test-config.3 --force
  16. checkoutput <<EOF
  17. test.log 0
  18. test.log.1 0 zero
  19. test2.log 0
  20. test2.log.1 0 zero
  21. scriptout 0 foo foo
  22. EOF