diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ts/paths/built-in | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/ts/paths/built-in b/tests/ts/paths/built-in index fbf1fdaa4..c540b2f40 100755 --- a/tests/ts/paths/built-in +++ b/tests/ts/paths/built-in @@ -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="include" -TS_DESC="basic paths" +TS_TOPDIR="$(dirname $0)/../.." +TS_DESC="built-in" +. $TS_TOPDIR/functions.sh ts_init "$*" $TS_HELPER_PATHS &> $TS_OUTPUT |