summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh.in
diff options
context:
space:
mode:
authorKarel Zak2007-06-11 14:45:32 +0200
committerKarel Zak2007-06-11 14:45:32 +0200
commit1d9acab1c14a4464a757dbd5d68a1bf1dca117b2 (patch)
tree01ee619146c1bc907775381ef08be7c88e6931e2 /tests/commands.sh.in
parentdocs: clean up TODO file and add a new resuest for 2.14 (diff)
downloadkernel-qcow2-util-linux-1d9acab1c14a4464a757dbd5d68a1bf1dca117b2.tar.gz
kernel-qcow2-util-linux-1d9acab1c14a4464a757dbd5d68a1bf1dca117b2.tar.xz
kernel-qcow2-util-linux-1d9acab1c14a4464a757dbd5d68a1bf1dca117b2.zip
tests: pass all arguments to ts_init, add ts_has_option function
This patch: - replaces "$1" with "$*" for ts_init function - add ts_has_option function - removes some tailing white-spaces Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/commands.sh.in')
-rw-r--r--tests/commands.sh.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/commands.sh.in b/tests/commands.sh.in
index 26c777918..86f3d11ad 100644
--- a/tests/commands.sh.in
+++ b/tests/commands.sh.in
@@ -3,6 +3,7 @@ TS_TOPDIR=$TOPDIR/tests
# helpers
TS_HELPER_SYSINFO="$TS_TOPDIR/helpers/mnt_test_sysinfo"
+TS_HELPER_LIBPRELOAD_TIME="$TS_TOPDIR/helpers/.libs/libpreload-time.so"
# external commands
TS_ECMD_BLKID="@BLKID@"
@@ -26,8 +27,11 @@ TS_CMD_COL=${TS_CMD_COL:-"$TOPDIR/text-utils/col"}
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_CHECKTTY=${TS_CMD_CHECKTTY-"$TOPDIR/login-utils/checktty_test"}
TS_CMD_HWCLOCK=${TS_CMD_HWCLOCK-"$TOPDIR/hwclock/hwclock"}
+
+