Remove redundant config.pl call
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index b222ff5..ff93a6c 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -617,7 +617,6 @@
 
     msg "build: cmake + MBEDTLS_MPI_MAX_SIZE=${SMALL_MPI_MAX_SIZE}, gcc, ASan" # ~ 1 min 50s
     scripts/config.pl set MBEDTLS_MPI_MAX_SIZE $SMALL_MPI_MAX_SIZE
-    crypto/scripts/config.pl set MBEDTLS_MPI_MAX_SIZE $SMALL_MPI_MAX_SIZE
     CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
     make