From: Sami Kerola Date: Sat, 19 Jan 2013 00:09:04 +0000 (+0000) Subject: tests: add setarch(8) check X-Git-Tag: v2.23-rc1~316 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b74fe86e1d7c1d73903fbd81267dbc8ef3d2956b;p=thirdparty%2Futil-linux.git tests: add setarch(8) check Signed-off-by: Sami Kerola --- diff --git a/tests/commands.sh b/tests/commands.sh index 0fec886476..0a6c68aa40 100644 --- a/tests/commands.sh +++ b/tests/commands.sh @@ -77,3 +77,4 @@ TS_CMD_IONICE=${TS_CMD_IONICE-"$top_builddir/ionice"} TS_CMD_LINE=${TS_CMD_LINE-"$top_builddir/line"} TS_CMD_DMESG=${TS_CMD_DMESG-"$top_builddir/dmesg"} TS_CMD_SETSID=${TS_CMD_SETSID-"$top_builddir/setsid"} +TS_CMD_SETARCH=${TS_CMD_SETARCH-"$top_builddir/setarch"} diff --git a/tests/expected/misc/setarch b/tests/expected/misc/setarch new file mode 100644 index 0000000000..2e9ba477f8 --- /dev/null +++ b/tests/expected/misc/setarch @@ -0,0 +1 @@ +success diff --git a/tests/ts/misc/setarch b/tests/ts/misc/setarch new file mode 100755 index 0000000000..8050556882 --- /dev/null +++ b/tests/ts/misc/setarch @@ -0,0 +1,23 @@ +#!/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="setarch" + +. $TS_TOPDIR/functions.sh +ts_init "$*" + +$TS_CMD_SETARCH $(uname -m) -vRFZLXBIST3 --uname-2.6 echo "success" >$TS_OUTPUT 2>&1 + +ts_finalize