summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorSami Kerola2013-08-28 19:00:35 +0200
committerSami Kerola2013-08-29 19:14:09 +0200
commitda051b5aaa2caeec0cd7146450a86b68c7ad5f00 (patch)
treed91cfece4ac2454c82d85acbb785ae476aa9b06c /tests/commands.sh
parentlast: never restrict session time (diff)
downloadkernel-qcow2-util-linux-da051b5aaa2caeec0cd7146450a86b68c7ad5f00.tar.gz
kernel-qcow2-util-linux-da051b5aaa2caeec0cd7146450a86b68c7ad5f00.tar.xz
kernel-qcow2-util-linux-da051b5aaa2caeec0cd7146450a86b68c7ad5f00.zip
tests: add last(1) test
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 84da40061..fcd74dcf5 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -47,6 +47,7 @@ TS_CMD_IPCMK=${TS_CMD_IPCMK-"$top_builddir/ipcmk"}
TS_CMD_IPCRM=${TS_CMD_IPCRM-"$top_builddir/ipcrm"}
TS_CMD_IPCS=${TS_CMD_IPCS:-"$top_builddir/ipcs"}
TS_CMD_ISOSIZE=${TS_CMD_ISOSIZE-"$top_builddir/isosize"}
+TS_CMD_LAST=${TS_CMD_LAST-"$top_builddir/last"}
TS_CMD_LINE=${TS_CMD_LINE-"$top_builddir/line"}
TS_CMD_LOOK=${TS_CMD_LOOK-"$top_builddir/look"}
TS_CMD_LOSETUP=${TS_CMD_LOSETUP:-"$top_builddir/losetup"}