summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorKarel Zak2016-10-31 14:30:02 +0100
committerKarel Zak2016-10-31 14:30:02 +0100
commit10146e56b0051f723320c16d0e0f9d94ba0a8803 (patch)
treeafb734e236975888d42c2595d75a70542e9f589f /tests/commands.sh
parentflocks: keep run_program() simple (diff)
downloadkernel-qcow2-util-linux-10146e56b0051f723320c16d0e0f9d94ba0a8803.tar.gz
kernel-qcow2-util-linux-10146e56b0051f723320c16d0e0f9d94ba0a8803.tar.xz
kernel-qcow2-util-linux-10146e56b0051f723320c16d0e0f9d94ba0a8803.zip
tests: add flock tests
Signed-off-by: Karel Zak <kzak@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 e0a9b0d13..ac4a490cf 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -48,6 +48,7 @@ TS_CMD_COLUMN=${TS_CMD_COLUMN:-"$top_builddir/column"}
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_FLOCK=${TS_CMD_FLOCK-"$top_builddir/flock"}
TS_CMD_SFDISK=${TS_CMD_SFDISK-"$top_builddir/sfdisk"}
TS_CMD_FINDMNT=${TS_CMD_FINDMNT-"$top_builddir/findmnt"}
TS_CMD_FSCKCRAMFS=${TS_CMD_FSCKCRAMFS:-"$top_builddir/fsck.cramfs"}