Skip to content

Commit

Permalink
ASN1 test: pass -u to unzip, so it doesn't ask and wait for input on …
Browse files Browse the repository at this point in the history
…a second run
  • Loading branch information
mtzguido committed Jan 11, 2025
1 parent e7af4ca commit dc085b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ASN1/evaluation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ all:
+$(MAKE) run

prepare:
unzip data.zip -d .
unzip -u data.zip -d .

run_CRL_positive:
./run.sh CRL positive
Expand Down

0 comments on commit dc085b2

Please sign in to comment.