From 0674bd0b90345eb393ab38c0b8f07d5ff85bed43 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 20 Jan 2009 00:16:53 +0100 Subject: [PATCH] tests: cleanup ts/script Signed-off-by: Karel Zak --- tests/ts/script/race | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/ts/script/race b/tests/ts/script/race index d450ec5d..4962db96 100755 --- a/tests/ts/script/race +++ b/tests/ts/script/race @@ -15,15 +15,14 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -. ./commands.sh -. ./functions.sh -TS_COMPONENT="script" +TS_TOPDIR="$(dirname $0)/../.." TS_DESC="race conditions" +. $TS_TOPDIR/functions.sh ts_init "$*" -bingofile="$TS_OUTDIR/${TS_NS}-bingo" +bingofile="$TS_OUTDIR/${TS_TESTNAME}-bingo" set -o pipefail -- 2.39.5