aboutsummaryrefslogtreecommitdiff
blob: 4cabcff5b9416894665d2e2c794e5b52dd5d36d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# only exported things work in test scripts

export abs_top_srcdir abs_top_builddir abs_srcdir abs_builddir
export AWK="@AWK@"

if ! ${at_clean} ; then
	export SB_UID=$(./get-user)
	export SB_GID=$(./get-group)
fi

export at_xfail

# portage likes to do `addpredict /` ... we dont need/want
# that garbage messing up our env
export SANDBOX_PREDICT=${SANDBOX_PREDICT%:/}

if [ "${AUTOTEST_PATH}" = "tests" ] ; then
	AUTOTEST_PATH="src:tests"
fi