From 4ff901f6d58fe984718943ff4959a4f3d8653535 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 18 Feb 2009 16:34:34 +0100 Subject: [PATCH] tests: cleanup ts/bitops Signed-off-by: Karel Zak --- tests/expected/{ts-bitops-swapbytes => bitops/swapbytes} | 0 tests/{ts-bitops-swapbytes => ts/bitops/swapbytes} | 8 +++----- 2 files changed, 3 insertions(+), 5 deletions(-) rename tests/expected/{ts-bitops-swapbytes => bitops/swapbytes} (100%) rename tests/{ts-bitops-swapbytes => ts/bitops/swapbytes} (89%) 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 -- 2.39.5