From e56f9e472f16d2d684045989fdf56f8721aa78b8 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 20 Jan 2009 00:02:50 +0100 Subject: [PATCH] tests: cleanup ts/look Signed-off-by: Karel Zak --- tests/ts/look/separator | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/ts/look/separator b/tests/ts/look/separator index 81e66ea2..53cf9c7e 100755 --- a/tests/ts/look/separator +++ b/tests/ts/look/separator @@ -28,12 +28,10 @@ # uniq > words # -. ./commands.sh -. ./functions.sh - -TS_COMPONENT="look" +TS_TOPDIR="$(dirname $0)/../.." TS_DESC="separator" +. $TS_TOPDIR/functions.sh ts_init "$*" [ -f "/usr/share/dict/words" ] || ts_skip "/usr/share/dict/words not such file" -- 2.39.5