From dc085b2b4972218b8407d862b7b4417bd93e1ddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20Mart=C3=ADnez?= Date: Fri, 10 Jan 2025 16:11:30 -0800 Subject: [PATCH] ASN1 test: pass -u to unzip, so it doesn't ask and wait for input on a second run --- src/ASN1/evaluation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ASN1/evaluation/Makefile b/src/ASN1/evaluation/Makefile index 4008f4d79..8a311f2ad 100644 --- a/src/ASN1/evaluation/Makefile +++ b/src/ASN1/evaluation/Makefile @@ -3,7 +3,7 @@ all: +$(MAKE) run prepare: - unzip data.zip -d . + unzip -u data.zip -d . run_CRL_positive: ./run.sh CRL positive