summaryrefslogtreecommitdiffstats
path: root/test/TEST-70-TPM2
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2023-06-02 20:56:12 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2023-06-05 16:50:13 +0200
commit97d7af86b5fa718dcabe5073c0874cb1a8bcf927 (patch)
tree698f0de23bf9159a06594501cb5090d3af3018c5 /test/TEST-70-TPM2
parenttest: move TPM2-related setup stuff into test-functions (diff)
downloadsystemd-97d7af86b5fa718dcabe5073c0874cb1a8bcf927.tar.xz
systemd-97d7af86b5fa718dcabe5073c0874cb1a8bcf927.zip
test: fix indentation
Diffstat (limited to 'test/TEST-70-TPM2')
-rwxr-xr-xtest/TEST-70-TPM2/test.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/TEST-70-TPM2/test.sh b/test/TEST-70-TPM2/test.sh
index 727d159094..db92d21c4a 100755
--- a/test/TEST-70-TPM2/test.sh
+++ b/test/TEST-70-TPM2/test.sh
@@ -15,14 +15,14 @@ command -v swtpm >/dev/null 2>&1 || exit 0
command -v tpm2_pcrextend >/dev/null 2>&1 || exit 0
test_append_files() {
- local workspace="${1:?}"
+ local workspace="${1:?}"
- instmods tpm tpm_tis tpm_ibmvtpm
- install_dmevent
- generate_module_dependencies
- inst_binary tpm2_pcrextend
- inst_binary tpm2_pcrread
- inst_binary openssl
+ instmods tpm tpm_tis tpm_ibmvtpm
+ install_dmevent
+ generate_module_dependencies
+ inst_binary tpm2_pcrextend
+ inst_binary tpm2_pcrread
+ inst_binary openssl
}
do_test "$@"