summaryrefslogtreecommitdiffstats
path: root/tests/ts/misc
diff options
context:
space:
mode:
authorSami Kerola2013-01-19 01:08:51 +0100
committerKarel Zak2013-01-24 16:49:25 +0100
commit5390fbe958eff8a4adc9a52448be22f8fb981de4 (patch)
treeaa4000be470969a62a5422a944dde1f3f3bca328 /tests/ts/misc
parentbuild-sys: add gcov files to .gitignore (diff)
downloadkernel-qcow2-util-linux-5390fbe958eff8a4adc9a52448be22f8fb981de4.tar.gz
kernel-qcow2-util-linux-5390fbe958eff8a4adc9a52448be22f8fb981de4.tar.xz
kernel-qcow2-util-linux-5390fbe958eff8a4adc9a52448be22f8fb981de4.zip
tests: add rev(1) check
Fairly lenghty input line tries to ensure realloc segment in code is hit at least once. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'tests/ts/misc')
-rwxr-xr-xtests/ts/misc/rev24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/ts/misc/rev b/tests/ts/misc/rev
new file mode 100755
index 000000000..d1fba168a
--- /dev/null
+++ b/tests/ts/misc/rev
@@ -0,0 +1,24 @@
+#!/bin/bash
+
+# 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="rev"
+
+. $TS_TOPDIR/functions.sh
+ts_init "$*"
+
+for I in {0..512}; do printf "%s " {a..z}; done |
+ $TS_CMD_REV > $TS_OUTPUT 2>&1
+
+ts_finalize