]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: add missing 'ts_check_prog xz'
authorKarel Zak <kzak@redhat.com>
Thu, 10 Oct 2019 07:07:10 +0000 (09:07 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 10 Oct 2019 07:07:10 +0000 (09:07 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/ts/blkid/iso-partitions
tests/ts/hardlink/options

index 02fdd4e50ea2bea8ebc93330a2bb5a77cd8ddf86..4aaa164f7d747c3ead372aeb3a80c0611dd1b66d 100755 (executable)
@@ -25,6 +25,7 @@ ts_init "$*"
 
 ts_check_test_command "$TS_CMD_BLKID"
 ts_check_test_command "$TS_CMD_PARTX"
+ts_check_prog xz
 
 ts_skip_nonroot
 
index 16d26c4ac1f6b1985eb31f2c1514b280bb3277eb..bb445caf450ceafab2c6d84390b8385d3eac5bbb 100755 (executable)
@@ -23,6 +23,8 @@ TS_DESC="options"
 ts_init "$*"
 
 ts_check_test_command "$TS_CMD_HARDLINK"
+ts_check_prog xz
+ts_check_prog tar
 
 SRCDIR="$TS_OUTDIR/testdir1"