Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-block.git] / tools / testing / selftests / tpm2 / test_space.sh
1 #!/bin/bash
2 # SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
3
4 # Kselftest framework requirement - SKIP code is 4.
5 ksft_skip=4
6
7 if [ -f /dev/tpmrm0 ] ; then
8         python -m unittest -v tpm2_tests.SpaceTest
9 else
10         exit $ksft_skip
11 fi