Skip to content

Commit 08894c7

Browse files
committed
addressed copilot comment
1 parent afa1d89 commit 08894c7

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
@@ -224,9 +224,11 @@ if [ $? -eq 0 ]; then
224224
exit 99
225225
fi
226226

227-
rm -f test-cam-probe.enc test-cam-stdin.enc test-cam-stdin.dec
227+
rm -f test-cam-stdin.enc test-cam-stdin.dec
228228
fi
229229

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

0 commit comments

Comments
 (0)