From: Karel Zak Date: Wed, 18 Feb 2009 15:34:34 +0000 (+0100) Subject: tests: cleanup ts/bitops X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ff901f6d58fe984718943ff4959a4f3d8653535;p=util-linux tests: cleanup ts/bitops Signed-off-by: Karel Zak --- diff --git a/tests/expected/ts-bitops-swapbytes b/tests/expected/bitops/swapbytes similarity index 100% rename from tests/expected/ts-bitops-swapbytes rename to tests/expected/bitops/swapbytes diff --git a/tests/ts-bitops-swapbytes b/tests/ts/bitops/swapbytes similarity index 89% rename from tests/ts-bitops-swapbytes rename to tests/ts/bitops/swapbytes index 78c330da..0310b9dc 100755 --- a/tests/ts-bitops-swapbytes +++ b/tests/ts/bitops/swapbytes @@ -15,12 +15,10 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -. ./commands.sh -. ./functions.sh - -TS_COMPONENT="bitops" -TS_DESC="swapbytes" +TS_TOPDIR="$(dirname $0)/../.." +TS_DESC="swap bytes" +. $TS_TOPDIR/functions.sh ts_init "$*" $TS_HELPER_BYTESWAP >> $TS_OUTPUT