summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorKarel Zak2012-10-22 10:10:55 +0200
committerKarel Zak2012-10-22 10:10:55 +0200
commit6c32ae7868dee85720d6b716590dde88ced87fdd (patch)
treecfc287e4f6e6069f26ec971d3f477b4b3d847df3 /tests/commands.sh
parentdocs: add line breaks to whereis.1 (diff)
downloadkernel-qcow2-util-linux-6c32ae7868dee85720d6b716590dde88ced87fdd.tar.gz
kernel-qcow2-util-linux-6c32ae7868dee85720d6b716590dde88ced87fdd.tar.xz
kernel-qcow2-util-linux-6c32ae7868dee85720d6b716590dde88ced87fdd.zip
fsck.cramfs: compile with -DINCLUDE_FS_TESTS for make check
make check sudo su - cd tests ./run.sh cramfs Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/commands.sh')
-rw-r--r--tests/commands.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/commands.sh b/tests/commands.sh
index 8a1577ec9..db1d4ac6b 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -37,7 +37,7 @@ TS_CMD_LOSETUP=${TS_CMD_LOSETUP:-"$top_builddir/losetup"}
TS_CMD_MKSWAP=${TS_CMD_MKSWAP:-"$top_builddir/mkswap"}
TS_CMD_MKCRAMFS=${TS_CMD_MKCRAMFS:-"$top_builddir/mkfs.cramfs"}
TS_CMD_MKMINIX=${TS_CMD_MKMINIX:-"$top_builddir/mkfs.minix"}
-TS_CMD_FSCKCRAMFS=${TS_CMD_FSCKCRAMFS:-"$top_builddir/fsck.cramfs"}
+TS_CMD_FSCKCRAMFS=${TS_CMD_FSCKCRAMFS:-"$top_builddir/test_fsck.cramfs"}
TS_CMD_FSCKMINIX=${TS_CMD_FSCKMINIX:-"$top_builddir/fsck.minix"}
TS_CMD_IPCS=${TS_CMD_IPCS:-"$top_builddir/ipcs"}