test-0069.sh 410 B

1234567891011121314151617181920212223
  1. #!/bin/bash
  2. . ./test-common.sh
  3. cleanup 69
  4. # ------------------------------- Test 69 ------------------------------------
  5. # Test olddir with wildcard in the pattern
  6. preptest test.log 69 1 0
  7. rm -rf testdir adir bdir
  8. mkdir adir
  9. mkdir bdir
  10. cp test.log adir
  11. cp test.log bdir
  12. $RLR test-config.69 --force -v
  13. checkoutput <<EOF
  14. adir/test.log 0
  15. testdir/test.log.1 0 zero
  16. EOF
  17. rm -rf testdir adir
  18. rm -rf testdir bdir