summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorRuediger Meier2014-05-19 13:47:27 +0200
committerRuediger Meier2014-05-19 23:49:22 +0200
commit2c972db4249173344ea91dc907f3229922913439 (patch)
tree449b1c9df42cd810e3cc88954724c11dc1aaf438 /tests/commands.sh
parentfsck.cramfs: remove define INCLUDE_FS_TESTS (diff)
downloadkernel-qcow2-util-linux-2c972db4249173344ea91dc907f3229922913439.tar.gz
kernel-qcow2-util-linux-2c972db4249173344ea91dc907f3229922913439.tar.xz
kernel-qcow2-util-linux-2c972db4249173344ea91dc907f3229922913439.zip
tests: remove test_fsck.cramfs (reverts 6c32ae78)
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
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 ffc541b3c..b541af0ae 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -38,7 +38,7 @@ TS_CMD_EJECT=${TS_CMD_EJECT-"$top_builddir/eject"}
TS_CMD_FALLOCATE=${TS_CMD_FALLOCATE-"$top_builddir/fallocate"}
TS_CMD_FDISK=${TS_CMD_FDISK-"$top_builddir/fdisk"}
TS_CMD_FINDMNT=${TS_CMD_FINDMNT-"$top_builddir/findmnt"}
-TS_CMD_FSCKCRAMFS=${TS_CMD_FSCKCRAMFS:-"$top_builddir/test_fsck.cramfs"}
+TS_CMD_FSCKCRAMFS=${TS_CMD_FSCKCRAMFS:-"$top_builddir/fsck.cramfs"}
TS_CMD_FSCKMINIX=${TS_CMD_FSCKMINIX:-"$top_builddir/fsck.minix"}
TS_CMD_GETOPT=${TS_CMD_GETOPT-"$top_builddir/getopt"}
TS_CMD_HEXDUMP=${TS_CMD_HEXDUMP-"$top_builddir/hexdump"}