diff options
author | Karel Zak <kzak@redhat.com> | 2009-02-05 15:20:17 +0000 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-02-05 15:20:17 +0000 |
commit | 7ac99951a1acf44d55b59d585c7d017443dce270 (patch) | |
tree | e14d4eb4c0753cae3f4cd04a5b6a95f0c9070004 /tests/commands.sh.in | |
parent | 6d99d91c38e385739b74302d00620ed9b4c1ee4f (diff) | |
download | util-linux-old-7ac99951a1acf44d55b59d585c7d017443dce270.tar.gz |
mkfs.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.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/commands.sh.in b/tests/commands.sh.in index 3024e946..f76208e7 100644 --- a/tests/commands.sh.in +++ b/tests/commands.sh.in @@ -27,6 +27,7 @@ TS_CMD_MTABLOCK=${TS_CMD_MTABLOCK:-"$TOPDIR/mount/mtab_lock_test"} 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_IPCS=${TS_CMD_IPCS:-"$TOPDIR/sys-utils/ipcs"} |