summaryrefslogtreecommitdiffstats
path: root/tests/functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functions.sh')
-rw-r--r--tests/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functions.sh b/tests/functions.sh
index f210204e2..c802136e2 100644
--- a/tests/functions.sh
+++ b/tests/functions.sh
@@ -117,7 +117,7 @@ function ts_init_core_subtest_env {
}
function ts_init_env {
- local mydir=$(ts_abspath $(dirname $0))
+ local mydir=$(ts_abspath ${0%/*})
LANG="POSIX"
LANGUAGE="POSIX"