Skip to content

Commit f53da5b

Browse files
committed
addressed copilot comment
1 parent b8b7828 commit f53da5b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/encrypt/enc-test.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,11 @@ if [ $? -eq 0 ]; then
248248
exit 99
249249
fi
250250

251-
rm -f test-cam-probe.enc test-cam-stdin.enc test-cam-stdin.dec
251+
rm -f test-cam-stdin.enc test-cam-stdin.dec
252252
fi
253253

254+
rm -f test-cam-probe.enc
255+
254256
# Test: inName empty line is rejected, re-prompt accepts valid filename
255257
printf "\ncerts/crl.der\n" | ./wolfssl enc -aes-128-cbc -out test-empty-in.enc -k "testpass" > /dev/null 2>&1
256258
if [ $? != 0 ]; then

0 commit comments

Comments
 (0)