test-0040.sh 423 B

123456789101112131415161718
  1. #!/bin/bash
  2. . ./test-common.sh
  3. cleanup 40
  4. # ------------------------------- Test 40 ------------------------------------
  5. # test tabooext and taboopat parsing and implementation, config.v, config.x and
  6. # .config.z should not be loaded.
  7. preptest test.log 40 1
  8. mkdir -p testingdir
  9. echo 1 > ./testingdir/config.v
  10. echo 2 > ./testingdir/config.x
  11. echo 3 > ./testingdir/.config.z
  12. $RLR test-config.40 --force
  13. rm -rf testingdir