summaryrefslogtreecommitdiff
path: root/tests/tpmtool_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tpmtool_test.sh')
-rwxr-xr-xtests/tpmtool_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tpmtool_test.sh b/tests/tpmtool_test.sh
index 978727ca37..c6e4bc42ef 100755
--- a/tests/tpmtool_test.sh
+++ b/tests/tpmtool_test.sh
@@ -126,7 +126,7 @@ start_swtpm()
stop_swtpm()
{
if [ -n "$SWTPM_PID" ]; then
- kill_quiet -15 $SWTPM_PID
+ terminate_proc $SWTPM_PID
unset SWTPM_PID
fi
}
@@ -165,7 +165,7 @@ _EOF_
stop_tcsd()
{
if [ -n "$TCSD_PID" ]; then
- kill_quiet -15 $TCSD_PID
+ terminate_proc $TCSD_PID
unset TCSD_PID
fi
stop_swtpm