summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-04-07 09:37:14 +0000
committerRoy Marples <roy@marples.name>2008-04-07 09:37:14 +0000
commit594d98eddca016ef6f74f0a1d07ea4a8c70d193d (patch)
tree40070cc9502e977c4db15ea902bd9d42e76a5b80 /test
parentdcdfdb442f436cd1f1bdfdc46622f5d6f48f8061 (diff)
downloadopenrc-594d98eddca016ef6f74f0a1d07ea4a8c70d193d.tar.gz
openrc-594d98eddca016ef6f74f0a1d07ea4a8c70d193d.tar.bz2
openrc-594d98eddca016ef6f74f0a1d07ea4a8c70d193d.tar.xz
Tests now work on NetBSD.
Diffstat (limited to 'test')
-rwxr-xr-xtest/setup_env.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/setup_env.sh b/test/setup_env.sh
index 96fdf9d..6af865b 100755
--- a/test/setup_env.sh
+++ b/test/setup_env.sh
@@ -12,7 +12,9 @@ builddir=${builddir:-${srcdir}}
export LD_LIBRARY_PATH=${top_builddir}/src/libeinfo:${top_builddir}/src/librc:${LD_LIBRARY_PATH}
export PATH=${top_builddir}/src/rc:${PATH}
-${MAKE:-make} -s -C ${top_srcdir}/src/rc links
+cd ${top_srcdir}/src/rc
+${MAKE:-make} links >/dev/null
+cd -
. ${top_srcdir}/sh/functions.sh