summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorSami Kerola2017-04-02 17:50:42 +0200
committerSami Kerola2017-04-02 17:51:00 +0200
commit70ca1a77721b41f2355eeb00d4e55e13dba3e313 (patch)
tree9f262b680e64e7af888f9bbebb7974a87352d10d /tests/commands.sh
parenttests: add --mountpoint to findmnt calls (diff)
downloadkernel-qcow2-util-linux-70ca1a77721b41f2355eeb00d4e55e13dba3e313.tar.gz
kernel-qcow2-util-linux-70ca1a77721b41f2355eeb00d4e55e13dba3e313.tar.xz
kernel-qcow2-util-linux-70ca1a77721b41f2355eeb00d4e55e13dba3e313.zip
tailf: remove deprecated utility
March 2017 is gone, it is time to remove this utility as scheduled in earlier commit, and promised in manual page. Reference: 3f8478a71ccde6883d4c81b7e65561a106653b28 Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'tests/commands.sh')
-rw-r--r--tests/commands.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/commands.sh b/tests/commands.sh
index 2e5c11d1e..f655a6829 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -88,7 +88,6 @@ TS_CMD_SETSID=${TS_CMD_SETSID-"$top_builddir/setsid"}
TS_CMD_SWAPLABEL=${TS_CMD_SWAPLABEL:-"$top_builddir/swaplabel"}
TS_CMD_SWAPOFF=${TS_CMD_SWAPOFF:-"$top_builddir/swapoff"}
TS_CMD_SWAPON=${TS_CMD_SWAPON:-"$top_builddir/swapon"}
-TS_CMD_TAILF=${TS_CMD_TAILF-"$top_builddir/tailf"}
TS_CMD_UL=${TS_CMD_UL-"$top_builddir/ul"}
TS_CMD_UMOUNT=${TS_CMD_UMOUNT:-"$top_builddir/umount"}
TS_CMD_UTMPDUMP=${TS_CMD_UTMPDUMP-"$top_builddir/utmpdump"}