test-0059.sh 355 B

12345678910111213141516171819
  1. #!/bin/bash
  2. . ./test-common.sh
  3. cleanup 59
  4. # ------------------------------- Test 59 ------------------------------------
  5. # Test renamecopy in debug mode, nothing should happen
  6. preptest test.log 59 1 0
  7. touch test.log.1
  8. touch test.log.2
  9. $RLR test-config.59 --force -d 2>/dev/null
  10. checkoutput <<EOF
  11. test.log 0 zero
  12. EOF
  13. rm -f test.log.1
  14. rm -f test.log.2