aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/kernel
diff options
context:
space:
mode:
authorPetr Vorel <pvorel@suse.cz>2019-12-09 21:32:48 +0100
committerPetr Vorel <pvorel@suse.cz>2019-12-10 14:04:34 +0100
commite5dd9c0e7a4dad82d35deaf5f147a4123a0478c4 (patch)
treeabf2362a5219e788ce8799562b1ca7107092c8fa /testcases/kernel
parentdae8427740f019222da0afc5bcb36144cd5a45ba (diff)
downloadplatform_external_ltp-e5dd9c0e7a4dad82d35deaf5f147a4123a0478c4.tar.gz
platform_external_ltp-e5dd9c0e7a4dad82d35deaf5f147a4123a0478c4.tar.bz2
platform_external_ltp-e5dd9c0e7a4dad82d35deaf5f147a4123a0478c4.zip
shell: TST_NEEDS_DEVICE implies TST_TMPDIR
instead of requiring to be set. This is a sync with C API (previous commit). Acked-by: Yang Xu <xuyang2018.jy@cn.fujitsu.com> Acked-by: Cyril Hrubis <chrubis@suse.cz> Signed-off-by: Petr Vorel <pvorel@suse.cz>
Diffstat (limited to 'testcases/kernel')
-rw-r--r--testcases/kernel/security/integrity/ima/tests/ima_setup.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/testcases/kernel/security/integrity/ima/tests/ima_setup.sh b/testcases/kernel/security/integrity/ima/tests/ima_setup.sh
index 51c03013d..422ec0b47 100644
--- a/testcases/kernel/security/integrity/ima/tests/ima_setup.sh
+++ b/testcases/kernel/security/integrity/ima/tests/ima_setup.sh
@@ -9,7 +9,6 @@ TST_SETUP_CALLER="$TST_SETUP"
TST_SETUP="ima_setup"
TST_CLEANUP_CALLER="$TST_CLEANUP"
TST_CLEANUP="ima_cleanup"
-TST_NEEDS_TMPDIR=1
TST_NEEDS_ROOT=1
. tst_test.sh