We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa1d89 commit 08894c7Copy full SHA for 08894c7
1 file changed
tests/encrypt/enc-test.sh
@@ -224,9 +224,11 @@ if [ $? -eq 0 ]; then
224
exit 99
225
fi
226
227
- rm -f test-cam-probe.enc test-cam-stdin.enc test-cam-stdin.dec
+ rm -f test-cam-stdin.enc test-cam-stdin.dec
228
229
230
+rm -f test-cam-probe.enc
231
+
232
# Test: inName empty line is rejected, re-prompt accepts valid filename
233
printf "\ncerts/crl.der\n" | ./wolfssl enc -aes-128-cbc -out test-empty-in.enc -k "testpass" > /dev/null 2>&1
234
if [ $? != 0 ]; then
0 commit comments