mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 16:35:47 +08:00
Update code to v1.0.14 (10)
This commit is contained in:
15
android/extern/wolfssl/scripts/cleanup_testfiles.sh
vendored
Normal file
15
android/extern/wolfssl/scripts/cleanup_testfiles.sh
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Script to cleanup test files
|
||||
# This is helpful if running ./tests/unit.test as sudo,
|
||||
# which creates these files with sudoer permissions and
|
||||
# will cause issues on subsequent tests without sudo
|
||||
|
||||
rm -f ./tests/bio_write_test.txt
|
||||
rm -f ./test-write-dhparams.pem
|
||||
rm -f ./certeccrsa.pem
|
||||
rm -f ./certeccrsa.der
|
||||
rm -f ./ecc-key.der
|
||||
rm -f ./ecc-key.pem
|
||||
rm -f ./ecc-public-key.der
|
||||
rm -f ./tests/test-log-dump-to-file.txt
|
||||
Reference in New Issue
Block a user