test-0082.sh 251 B

1234567891011121314
  1. #!/bin/bash
  2. . ./test-common.sh
  3. cleanup 82
  4. # ------------------------------- Test 82 ------------------------------------
  5. preptest test.log 82 0
  6. for i in $(seq 32); do
  7. $RLR test-config.82 -v --force
  8. done
  9. test "$(ls test.log.* | wc -l)" -eq 32