summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorRuediger Meier2018-11-12 20:27:52 +0100
committerRuediger Meier2018-11-15 21:26:14 +0100
commitbd0be5e02afd76a065315cc51f3c96c2b53fcdf0 (patch)
tree9c36fcdc06b96f85900bd69d43e21a3c3805a1ef /tests/commands.sh
parenthardlink: util-linux usage (diff)
downloadkernel-qcow2-util-linux-bd0be5e02afd76a065315cc51f3c96c2b53fcdf0.tar.gz
kernel-qcow2-util-linux-bd0be5e02afd76a065315cc51f3c96c2b53fcdf0.tar.xz
kernel-qcow2-util-linux-bd0be5e02afd76a065315cc51f3c96c2b53fcdf0.zip
hardlink: add first simple tests
The test still fails without pcre2 and may also make problems on exotic file systems. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
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 1be2d25b4..6f3139351 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -61,6 +61,7 @@ TS_CMD_FINDMNT=${TS_CMD_FINDMNT-"$top_builddir/findmnt"}
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_HARDLINK=${TS_CMD_HARDLINK-"$top_builddir/hardlink"}
TS_CMD_HEXDUMP=${TS_CMD_HEXDUMP-"$top_builddir/hexdump"}
TS_CMD_HWCLOCK=${TS_CMD_HWCLOCK-"$top_builddir/hwclock"}
TS_CMD_IONICE=${TS_CMD_IONICE-"$top_builddir/ionice"}