tests: Do not activate SHA-1 PCR bank in test case

For being able to run tests with runtime-deactivated SHA-1 (in libtpms),
do not test with SHA-1 bank anymore.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
diff --git a/tests/test_tpm2_swtpm_setup_create_cert b/tests/test_tpm2_swtpm_setup_create_cert
index 26f9f3d..1582b54 100755
--- a/tests/test_tpm2_swtpm_setup_create_cert
+++ b/tests/test_tpm2_swtpm_setup_create_cert
@@ -133,7 +133,7 @@
 	local PERMALL_FILE="${workdir}/tpm2-00.permall"
 	local permall_size=$(get_filesize "${PERMALL_FILE}")
 
-	for pcrbanks in "sha1" "sha1,sha256" "sha1,sha256,sha384,sha512"; do
+	for pcrbanks in "sha256" "sha256,sha384" "sha256,sha384,sha512"; do
 		# hash must change between before and after
 		permall_hash=$(get_sha1_file "${PERMALL_FILE}")