summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorSami Kerola2013-01-19 01:08:51 +0100
committerKarel Zak2013-01-24 16:49:25 +0100
commit5390fbe958eff8a4adc9a52448be22f8fb981de4 (patch)
treeaa4000be470969a62a5422a944dde1f3f3bca328 /tests/commands.sh
parentbuild-sys: add gcov files to .gitignore (diff)
downloadkernel-qcow2-util-linux-5390fbe958eff8a4adc9a52448be22f8fb981de4.tar.gz
kernel-qcow2-util-linux-5390fbe958eff8a4adc9a52448be22f8fb981de4.tar.xz
kernel-qcow2-util-linux-5390fbe958eff8a4adc9a52448be22f8fb981de4.zip
tests: add rev(1) check
Fairly lenghty input line tries to ensure realloc segment in code is hit at least once. 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 367209548..f1643a685 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -45,6 +45,7 @@ TS_CMD_IPCS=${TS_CMD_IPCS:-"$top_builddir/ipcs"}
TS_CMD_COL=${TS_CMD_COL:-"$top_builddir/col"}
TS_CMD_COLUMN=${TS_CMD_COLUMN:-"$top_builddir/column"}
TS_CMD_COLRM=${TS_CMD_COLRM:-"$top_builddir/colrm"}
+TS_CMD_REV=${TS_CMD_REV:-"$top_builddir/rev"}
TS_CMD_NAMEI=${TS_CMD_NAMEI-"$top_builddir/namei"}
TS_CMD_LOOK=${TS_CMD_LOOK-"$top_builddir/look"}