summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorSami Kerola2013-01-19 01:09:05 +0100
committerKarel Zak2013-01-25 10:09:36 +0100
commit724454828f5ed05f2fcf63691b06d978bc46e790 (patch)
tree5d9b9b2448e9b29546c659d13b0ce3514c8132df /tests/commands.sh
parenttests: add setarch(8) check (diff)
downloadkernel-qcow2-util-linux-724454828f5ed05f2fcf63691b06d978bc46e790.tar.gz
kernel-qcow2-util-linux-724454828f5ed05f2fcf63691b06d978bc46e790.tar.xz
kernel-qcow2-util-linux-724454828f5ed05f2fcf63691b06d978bc46e790.zip
tests: add fallocate(1) check
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 0a6c68aa4..366695b8d 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -78,3 +78,4 @@ TS_CMD_LINE=${TS_CMD_LINE-"$top_builddir/line"}
TS_CMD_DMESG=${TS_CMD_DMESG-"$top_builddir/dmesg"}
TS_CMD_SETSID=${TS_CMD_SETSID-"$top_builddir/setsid"}
TS_CMD_SETARCH=${TS_CMD_SETARCH-"$top_builddir/setarch"}
+TS_CMD_FALLOCATE=${TS_CMD_FALLOCATE-"$top_builddir/fallocate"}