aboutsummaryrefslogtreecommitdiff
blob: 76334019ec013904fa3a65d90cfc26230fc5407b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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%:/}