]> err.no Git - util-linux/commitdiff
tests: cleanup ts/bitops
authorKarel Zak <kzak@redhat.com>
Wed, 18 Feb 2009 15:34:34 +0000 (16:34 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 18 Feb 2009 15:34:34 +0000 (16:34 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/expected/bitops/swapbytes [moved from tests/expected/ts-bitops-swapbytes with 100% similarity]
tests/ts/bitops/swapbytes [moved from tests/ts-bitops-swapbytes with 89% similarity]

similarity index 89%
rename from tests/ts-bitops-swapbytes
rename to tests/ts/bitops/swapbytes
index 78c330dab039dc46e65622993c70c63503917363..0310b9dca999431d4452ac778b198441fa108468 100755 (executable)
 # 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