summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh.in
diff options
context:
space:
mode:
authorKarel Zak2007-08-07 00:46:46 +0200
committerKarel Zak2007-08-07 00:46:46 +0200
commitf8a9670f14f419a6ff73c5874c4d8cff4b4de5f7 (patch)
tree6f6995c3f18d3c0d05f0d5e8ff062cc6df2c453b /tests/commands.sh.in
parentscript: fix race conditions (diff)
downloadkernel-qcow2-util-linux-f8a9670f14f419a6ff73c5874c4d8cff4b4de5f7.tar.gz
kernel-qcow2-util-linux-f8a9670f14f419a6ff73c5874c4d8cff4b4de5f7.tar.xz
kernel-qcow2-util-linux-f8a9670f14f419a6ff73c5874c4d8cff4b4de5f7.zip
tests: add script(1) race condition test
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/commands.sh.in')
-rw-r--r--tests/commands.sh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/commands.sh.in b/tests/commands.sh.in
index a9572e062..5e0bb5041 100644
--- a/tests/commands.sh.in
+++ b/tests/commands.sh.in
@@ -33,6 +33,7 @@ TS_CMD_NAMEI=${TS_CMD_NAMEI-"$TOPDIR/misc-utils/namei"}
TS_CMD_LOOK=${TS_CMD_LOOK-"$TOPDIR/misc-utils/look"}
TS_CMD_CAL=${TS_CMD_CAL-"$TOPDIR/misc-utils/cal"}
TS_CMD_CALTEST=${TS_CMD_CALTEST-"$TOPDIR/misc-utils/cal_test"}
+TS_CMD_SCRIPT=${TS_CMD_SCRIPT-"$TOPDIR/misc-utils/script"}
TS_CMD_CHECKTTY=${TS_CMD_CHECKTTY-"$TOPDIR/login-utils/checktty_test"}