summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/util-linux/util-linux/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/util-linux/util-linux/run-ptest')
-rw-r--r--meta/recipes-core/util-linux/util-linux/run-ptest4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/util-linux/util-linux/run-ptest b/meta/recipes-core/util-linux/util-linux/run-ptest
index 8c57bd2074..03248325bf 100644
--- a/meta/recipes-core/util-linux/util-linux/run-ptest
+++ b/meta/recipes-core/util-linux/util-linux/run-ptest
@@ -1,5 +1,9 @@
1#!/bin/sh 1#!/bin/sh
2 2
3current_path=$(readlink -f $0)
4export bindir=$(dirname $current_path)
5export PATH=$bindir/bin:$PATH
6
3cd tests || exit 1 7cd tests || exit 1
4 8
5comps=$(find ts/ -type f -perm -111 -regex ".*/[^\.~]*" | sort) 9comps=$(find ts/ -type f -perm -111 -regex ".*/[^\.~]*" | sort)