test-0083.sh 218 B

1234567891011121314
  1. #!/bin/bash
  2. . ./test-common.sh
  3. cleanup 83
  4. # ------------------------------- Test 83 ------------------------------------
  5. preptest test.log 83 1
  6. if $RLR test-config.83 -v --force; then
  7. exit 1
  8. else
  9. exit 0
  10. fi