mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-02-05 05:59:18 +00:00
Fix the test cases to pass shellcheck with some of the errors disable. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
6 lines
134 B
Bash
Executable File
6 lines
134 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export SWTPM_TEST_LINEAR_FILE=1
|
|
export TPM_COMMAND_PORT=65461
|
|
exec "$(dirname "$0")/test_tpm2_save_load_state_2"
|