summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh.in
diff options
context:
space:
mode:
authorJames Youngman2008-04-12 13:53:07 +0200
committerKarel Zak2008-04-14 13:12:14 +0200
commit8e0259728e6b7c447d795898f60a9281053c8303 (patch)
tree4a6c4c13bb423513fefb035df70f48c1f46f1866 /tests/commands.sh.in
parentdocs: cleanup README.devel, add note about coding style and Signed-off-by (diff)
downloadkernel-qcow2-util-linux-8e0259728e6b7c447d795898f60a9281053c8303.tar.gz
kernel-qcow2-util-linux-8e0259728e6b7c447d795898f60a9281053c8303.tar.xz
kernel-qcow2-util-linux-8e0259728e6b7c447d795898f60a9281053c8303.zip
login: rewrite is_local() to remove limits on line length
Signed-off-by: James Youngman <jay@gnu.org> 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 6035547a3..c363aac9a 100644
--- a/tests/commands.sh.in
+++ b/tests/commands.sh.in
@@ -36,6 +36,7 @@ TS_CMD_CAL=${TS_CMD_CAL-"$TOPDIR/misc-utils/cal"}
TS_CMD_SCRIPT=${TS_CMD_SCRIPT-"$TOPDIR/misc-utils/script"}
TS_CMD_CHECKTTY=${TS_CMD_CHECKTTY-"$TOPDIR/login-utils/checktty_test"}
+TS_CMD_ISLOCAL=${TS_CMD_ISLOCAL-"$TOPDIR/login-utils/islocal_test"}
TS_CMD_HWCLOCK=${TS_CMD_HWCLOCK-"$TOPDIR/hwclock/hwclock"}