diff options
author | 2009-03-08 07:35:32 -0400 | |
---|---|---|
committer | 2009-03-08 09:11:14 -0400 | |
commit | d4dee0ebe39627e9d3b90c312f770d7ba73a46f5 (patch) | |
tree | b5613010981c5561febfd3b6dd07076b375a5364 /tests/atlocal.in | |
parent | libsandbox: handle symlinks properly (diff) | |
download | sandbox-d4dee0ebe39627e9d3b90c312f770d7ba73a46f5.tar.gz sandbox-d4dee0ebe39627e9d3b90c312f770d7ba73a46f5.tar.bz2 sandbox-d4dee0ebe39627e9d3b90c312f770d7ba73a46f5.zip |
tests: add symlink tests and unify code
Add test cases for symlink behavior and unify some of the test code to
make adding more test cases even easier.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'tests/atlocal.in')
-rw-r--r-- | tests/atlocal.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in index 6dda46e..6929e50 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -1,3 +1,6 @@ -export abs_top_srcdir abs_top_builddir abs_builddir -export PATH=$abs_top_srcdir/src:$abs_top_builddir/src:$abs_builddir:$PATH +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@" + +export SB_UID=$(get-user) +export SB_GID=$(get-group) |