aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-04-13 08:48:42 -0400
committerMike Frysinger <vapier@gentoo.org>2009-04-13 08:48:42 -0400
commitca6c3c396877c05bd4ecef6e81095c88ef89a919 (patch)
tree5cd9c27b3d213c6de86ad14159cf1199e60b69c1 /tests/atlocal.in
parenttests: run test scripts with shell tracing (diff)
downloadsandbox-ca6c3c396877c05bd4ecef6e81095c88ef89a919.tar.gz
sandbox-ca6c3c396877c05bd4ecef6e81095c88ef89a919.tar.bz2
sandbox-ca6c3c396877c05bd4ecef6e81095c88ef89a919.zip
tests: use AUTOTEST_PATH rather than setting PATH manually
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'tests/atlocal.in')
-rw-r--r--tests/atlocal.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in
index 11a984b..7633401 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -1,12 +1,11 @@
# only exported things work in test scripts
export abs_top_srcdir abs_top_builddir abs_srcdir abs_builddir
-export PATH=$abs_top_srcdir/src:$abs_top_builddir/src:$abs_builddir:$abs_srcdir:$PATH
export AWK="@AWK@"
if ! ${at_clean} ; then
- export SB_UID=$(get-user)
- export SB_GID=$(get-group)
+ export SB_UID=$(./get-user)
+ export SB_GID=$(./get-group)
fi
export at_xfail