summaryrefslogtreecommitdiffstats
path: root/tests/ts/login
diff options
context:
space:
mode:
authorKarel Zak2011-09-13 11:37:32 +0200
committerKarel Zak2011-10-26 23:17:16 +0200
commit721bbc66a50e4fcac1ccaf747095fce8529a6c99 (patch)
tree553bf30d1423da7bd013a95831bcaea3695aba0a /tests/ts/login
parentlogin: improve hushed mode (merge suse changes) (diff)
downloadkernel-qcow2-util-linux-721bbc66a50e4fcac1ccaf747095fce8529a6c99.tar.gz
kernel-qcow2-util-linux-721bbc66a50e4fcac1ccaf747095fce8529a6c99.tar.xz
kernel-qcow2-util-linux-721bbc66a50e4fcac1ccaf747095fce8529a6c99.zip
login: remove unused code and tests
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts/login')
-rwxr-xr-xtests/ts/login/checktty26
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/ts/login/checktty b/tests/ts/login/checktty
deleted file mode 100755
index 9917d6327..000000000
--- a/tests/ts/login/checktty
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/bash
-
-#
-# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
-#
-# This file is part of util-linux.
-#
-# This file is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-TS_TOPDIR="$(dirname $0)/../.."
-TS_DESC="checktty"
-
-. $TS_TOPDIR/functions.sh
-ts_init "$*"
-
-$TS_CMD_CHECKTTY >> $TS_OUTPUT
-ts_finalize
-