summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorSami Kerola2015-08-02 20:28:59 +0200
committerKarel Zak2015-08-03 11:27:37 +0200
commit98f8b800dc6f7c3b221ba1fbedc0afd6e5013451 (patch)
tree34dd1d4cd07fd1894a359ee45a8349d6e74292f3 /tests/commands.sh
parentmkfs.minix: re-fix block count maths (diff)
downloadkernel-qcow2-util-linux-98f8b800dc6f7c3b221ba1fbedc0afd6e5013451.tar.gz
kernel-qcow2-util-linux-98f8b800dc6f7c3b221ba1fbedc0afd6e5013451.tar.xz
kernel-qcow2-util-linux-98f8b800dc6f7c3b221ba1fbedc0afd6e5013451.zip
tests: add way to control mkfs.minix time stamps
Needed in order to create reproducable file systems image files, so that out come of mkfs.minix can be checksum'ed. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
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 b5098c875..bb985c7e4 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -22,6 +22,7 @@ TS_HELPER_PYLIBMOUNT_UPDATE="$top_srcdir/libmount/python/test_mount_tab_update.p
TS_HELPER_LOGGER="$top_builddir/test_logger"
TS_HELPER_LOGINDEFS="$top_builddir/test_logindefs"
TS_HELPER_MD5="$top_builddir/test_md5"
+TS_HELPER_MKFS_MINIX="$top_builddir/test_mkfs_minix"
TS_HELPER_MORE=${TS_HELPER_MORE-"$top_builddir/test_more"}
TS_HELPER_PARTITIONS="$top_builddir/sample-partitions"
TS_HELPER_PATHS="$top_builddir/test_pathnames"