summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xTestScripts/cryptest-autotools.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestScripts/cryptest-autotools.sh b/TestScripts/cryptest-autotools.sh
index 2d4df9aa..6f50ae58 100755
--- a/TestScripts/cryptest-autotools.sh
+++ b/TestScripts/cryptest-autotools.sh
@@ -90,7 +90,7 @@ fi
#############################################################################
-files=(configure.ac Makefile.am libcryptopp.pc.in)
+files=(bootstrap.sh configure.ac Makefile.am libcryptopp.pc.in)
for file in "${files[@]}"; do
echo "Downloading $file"