cleanup_testfiles.sh 386 B

1234567891011121314
  1. #!/bin/sh
  2. # Script to cleanup test files
  3. # This is helpful if running ./tests/unit.test as sudo,
  4. # which creates these files with sudoer permissions and
  5. # will cause issues on subsequent tests without sudo
  6. rm -f ./tests/bio_write_test.txt
  7. rm -f ./test-write-dhparams.pem
  8. rm -f ./certeccrsa.pem
  9. rm -f ./certeccrsa.der
  10. rm -f ./ecc-key.der
  11. rm -f ./ecc-key.pem
  12. rm -f ./ecc-public-key.der