test-0042.sh 385 B

1234567891011121314151617181920
  1. #!/bin/bash
  2. . ./test-common.sh
  3. cleanup 42
  4. # ------------------------------- Test 42 ------------------------------------
  5. # Test that script is called only once when sharedscripts is defined
  6. preptest test.log 42 1
  7. echo number2 > test2.log
  8. $RLR test-config.42
  9. checkoutput <<EOF
  10. test.log 0
  11. test.log.1 0 zero
  12. test2.log 0
  13. test2.log.1 0 number2
  14. scriptout 0 "test*.log ;test*.log ;"
  15. EOF