blob: a4e0f8d86789e254ac940d6c39644185ce1e2fbd [file] [log] [blame]
From c8c3ea92b9797d743f993bade0196150e26b4c28 Mon Sep 17 00:00:00 2001
From: Stefan Berger <stefanb@linux.vnet.ibm.com>
Date: Sun, 28 Feb 2021 16:38:10 -0500
Subject: [PATCH 09/12] Disable getcapability TPM_CAP_ACT
---
utils/regtests/testgetcap.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/utils/regtests/testgetcap.sh b/utils/regtests/testgetcap.sh
index f88697b..f5f9729 100755
--- a/utils/regtests/testgetcap.sh
+++ b/utils/regtests/testgetcap.sh
@@ -120,8 +120,8 @@ echo "Get Capability TPM_CAP_AUTH_POLICIES"
${PREFIX}getcapability -cap 9 -pr 40000000 -v > run.out
checkSuccess $?
-echo "Get Capability TPM_CAP_ACT"
-${PREFIX}getcapability -cap a -pr 40000110 -v > run.out
-checkSuccess $?
+#echo "Get Capability TPM_CAP_ACT"
+#${PREFIX}getcapability -cap a -pr 40000110 -v > run.out
+#checkSuccess $?
--
2.39.1