summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorMasatake YAMATO2017-03-07 03:33:51 +0100
committerKarel Zak2017-03-23 12:46:40 +0100
commitc1cc045d127364898b9cfd654213ea04ea2d479a (patch)
tree855c7a88799c8e9d7e73940430f02aa2ac9bda9a /tests/commands.sh
parentman: add a page for fincore command (diff)
downloadkernel-qcow2-util-linux-c1cc045d127364898b9cfd654213ea04ea2d479a.tar.gz
kernel-qcow2-util-linux-c1cc045d127364898b9cfd654213ea04ea2d479a.tar.xz
kernel-qcow2-util-linux-c1cc045d127364898b9cfd654213ea04ea2d479a.zip
tests: add cases for testing fincore command
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Diffstat (limited to 'tests/commands.sh')
-rw-r--r--tests/commands.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/commands.sh b/tests/commands.sh
index 2e3a27647..2e5c11d1e 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -50,6 +50,7 @@ TS_CMD_FALLOCATE=${TS_CMD_FALLOCATE-"$top_builddir/fallocate"}
TS_CMD_FDISK=${TS_CMD_FDISK-"$top_builddir/fdisk"}
TS_CMD_FLOCK=${TS_CMD_FLOCK-"$top_builddir/flock"}
TS_CMD_SFDISK=${TS_CMD_SFDISK-"$top_builddir/sfdisk"}
+TS_CMD_FINCORE=${TS_CMD_FINCORE-"$top_builddir/fincore"}
TS_CMD_FINDMNT=${TS_CMD_FINDMNT-"$top_builddir/findmnt"}
TS_CMD_FSCKCRAMFS=${TS_CMD_FSCKCRAMFS:-"$top_builddir/fsck.cramfs"}
TS_CMD_FSCKMINIX=${TS_CMD_FSCKMINIX:-"$top_builddir/fsck.minix"}