summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh.in
diff options
context:
space:
mode:
authorKarel Zak2009-02-05 16:41:41 +0100
committerKarel Zak2009-02-05 16:47:09 +0100
commit108cfeca72b4a4350afc8cdd5d9d398b72372b68 (patch)
treeffb986e569c0b73f862847226289240a363e1507 /tests/commands.sh.in
parentmkfs.minix: add regression test (diff)
downloadkernel-qcow2-util-linux-108cfeca72b4a4350afc8cdd5d9d398b72372b68.tar.gz
kernel-qcow2-util-linux-108cfeca72b4a4350afc8cdd5d9d398b72372b68.tar.xz
kernel-qcow2-util-linux-108cfeca72b4a4350afc8cdd5d9d398b72372b68.zip
fsck.minix: add regression test
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/commands.sh.in')
-rw-r--r--tests/commands.sh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/commands.sh.in b/tests/commands.sh.in
index f76208e76..58401cabe 100644
--- a/tests/commands.sh.in
+++ b/tests/commands.sh.in
@@ -29,6 +29,7 @@ TS_CMD_MKSWAP=${TS_CMD_MKSWAP:-"$TOPDIR/disk-utils/mkswap"}
TS_CMD_MKCRAMFS=${TS_CMD_MKCRAMFS:-"$TOPDIR/disk-utils/mkfs.cramfs"}
TS_CMD_MKMINIX=${TS_CMD_MKMINIX:-"$TOPDIR/disk-utils/mkfs.minix"}
TS_CMD_FSCKCRAMFS=${TS_CMD_FSCKCRAMFS:-"$TOPDIR/disk-utils/fsck.cramfs"}
+TS_CMD_FSCKMINIX=${TS_CMD_FSCKMINIX:-"$TOPDIR/disk-utils/fsck.minix"}
TS_CMD_IPCS=${TS_CMD_IPCS:-"$TOPDIR/sys-utils/ipcs"}