diff options
Diffstat (limited to 'test')
-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 - - |