]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - tools/testing/selftests/tpm2/test_space.sh
Merge tag 'asoc-v5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[mirror_ubuntu-hirsute-kernel.git] / tools / testing / selftests / tpm2 / test_space.sh
CommitLineData
6ea3dfe1
JS
1#!/bin/bash
2# SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
3
b32694cd
NS
4# Kselftest framework requirement - SKIP code is 4.
5ksft_skip=4
6
7if [ -f /dev/tpmrm0 ] ; then
8 python -m unittest -v tpm2_tests.SpaceTest
9else
10 exit $ksft_skip
11fi