mirror of
https://github.com/stefanberger/swtpm.git
synced 2025-08-22 19:04:35 +00:00
6 lines
130 B
Bash
Executable File
6 lines
130 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
|