diff options
author | Karel Zak <kzak@redhat.com> | 2007-08-07 00:46:46 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2007-08-07 00:46:46 +0200 |
commit | f8a9670f14f419a6ff73c5874c4d8cff4b4de5f7 (patch) | |
tree | 6f6995c3f18d3c0d05f0d5e8ff062cc6df2c453b /tests/commands.sh.in | |
parent | 1f58c445c6805c1a611a7eb1cde0ced633c40b6f (diff) | |
download | util-linux-old-f8a9670f14f419a6ff73c5874c4d8cff4b4de5f7.tar.gz |
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.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/commands.sh.in b/tests/commands.sh.in index a9572e06..5e0bb504 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"} |