[LTP] [RFC PATCH 4/9] testcases: tar: Add TST_NEEDS_CMDS on gzip and bzip
Mylène Josserand
mylene.josserand@bootlin.com
Mon Apr 23 11:46:34 CEST 2018
Add TST_NEEDS_CMDS to return a TCONF in case "gzip"
and "bzip2" binaries are not available on the system.
Signed-off-by: Mylène Josserand <mylene.josserand@bootlin.com>
---
testcases/commands/tar/tar_tests.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/testcases/commands/tar/tar_tests.sh b/testcases/commands/tar/tar_tests.sh
index 7ac18a4e5..946e9c7b1 100755
--- a/testcases/commands/tar/tar_tests.sh
+++ b/testcases/commands/tar/tar_tests.sh
@@ -27,6 +27,8 @@
TST_CNT=6
TST_TESTFUNC=do_test
TST_NEEDS_TMPDIR=1
+TST_NEEDS_CMDS="gzip bzip2"
+
. tst_test.sh
TAR_FILES="file1 file2 file3"
--
2.11.0
More information about the ltp
mailing list