summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorOndrej Oprala2012-12-21 13:04:04 +0100
committerKarel Zak2013-01-10 11:08:51 +0100
commitf1107b4a873f6c2dcfcaf0135efc72badb46bc77 (patch)
tree51cb75f3b2c08255ae92dc9d82e59f6ede4df9e7 /tests/commands.sh
parentmount: add support for x-mount.mkdir[=<mode>] option (diff)
downloadkernel-qcow2-util-linux-f1107b4a873f6c2dcfcaf0135efc72badb46bc77.tar.gz
kernel-qcow2-util-linux-f1107b4a873f6c2dcfcaf0135efc72badb46bc77.tar.xz
kernel-qcow2-util-linux-f1107b4a873f6c2dcfcaf0135efc72badb46bc77.zip
hexdump: do not segfault when iterating over an empty format string
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
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 db1d4ac6b..367209548 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -62,3 +62,4 @@ TS_CMD_FINDMNT=${TS_CMD_FINDMNT-"$top_builddir/findmnt"}
TS_CMD_FDISK=${TS_CMD_FDISK-"$top_builddir/fdisk"}
+TS_CMD_HEXDUMP=${TS_CMD_HEXDUMP-"$top_builddir/hexdump"}