summaryrefslogtreecommitdiffstats
path: root/tests/ts/colrm
diff options
context:
space:
mode:
authorSami Kerola2011-05-24 22:56:42 +0200
committerKarel Zak2011-06-01 10:03:48 +0200
commit2a324edd325c4b708d242f47a45f3413e7c9fe12 (patch)
treed9d5a2ccb9ae2c4cdc3baf7b4612b71cf4e75708 /tests/ts/colrm
parentlib: add strtoul_or_err() function (diff)
downloadkernel-qcow2-util-linux-2a324edd325c4b708d242f47a45f3413e7c9fe12.tar.gz
kernel-qcow2-util-linux-2a324edd325c4b708d242f47a45f3413e7c9fe12.tar.xz
kernel-qcow2-util-linux-2a324edd325c4b708d242f47a45f3413e7c9fe12.zip
tests: add colrm basic test
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'tests/ts/colrm')
-rwxr-xr-xtests/ts/colrm/rm2-226
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/ts/colrm/rm2-2 b/tests/ts/colrm/rm2-2
new file mode 100755
index 000000000..a8419cbad
--- /dev/null
+++ b/tests/ts/colrm/rm2-2
@@ -0,0 +1,26 @@
+#!/bin/bash
+
+#
+# Copyright (C) 2011 Sami Kerola <kerolasa@iki.fi>
+#
+# 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="basic check"
+
+. $TS_TOPDIR/functions.sh
+ts_init "$*"
+
+printf "a b\nc\td\nef\b\tg\n" | $TS_CMD_COLRM 2 2 > $TS_OUTPUT 2>&1
+
+ts_finalize