diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-01-22 11:54:16 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-01-22 12:07:13 -0600 |
commit | e277ae57efaba3be3eb619fd00084b116c370231 (patch) | |
tree | e4e1a3ed9f8b4558d0dc9b43a342885c67bd1ffd /test/setup_env.sh | |
parent | 69f052b611878d771fc3f56ee77639269db9b6e1 (diff) |
fix tests
X-Gentoo-Bug: 572602
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=572602
Diffstat (limited to 'test/setup_env.sh')
-rwxr-xr-x | test/setup_env.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/setup_env.sh b/test/setup_env.sh index f7996eea..ffbd027d 100755 --- a/test/setup_env.sh +++ b/test/setup_env.sh @@ -21,7 +21,3 @@ LD_LIBRARY_PATH=${top_builddir}/src/libeinfo:${top_builddir}/src/librc:${LD_LIBR PATH=${top_builddir}/src/rc:${PATH} export LD_LIBRARY_PATH PATH -cd ${top_srcdir}/src/rc -${MAKE:-make} links >/dev/null -cd - - |