diff options
| author | Roland McGrath <[email protected]> | 2005-11-18 23:55:47 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2005-11-18 23:55:47 +0000 |
| commit | 9365d2c3439c524c9ca0b9d70f0a559d392a7e05 (patch) | |
| tree | a497fe123eb3b18e4af66b94641b47ae26026962 /tests/test-subr.sh | |
| parent | 32240f3d2bfd813354c63668dc966c8e27eaec40 (diff) | |
2005-11-18 Roland McGrath <[email protected]>
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable.
tests/
2005-11-18 Roland McGrath <[email protected]>
* test-subr.sh (installed_testrun): Treat /usr/lib64 like /usr/lib.
* test-wrapper.sh: Likewise.
Diffstat (limited to 'tests/test-subr.sh')
| -rw-r--r-- | tests/test-subr.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-subr.sh b/tests/test-subr.sh index 995c4951..a0ef5449 100644 --- a/tests/test-subr.sh +++ b/tests/test-subr.sh @@ -82,7 +82,7 @@ installed_testrun() program=${bindir}/`program_transform ${program##*/}` ;; esac - if [ "${libdir}" != /usr/lib ]; then + if [ "${libdir}" != /usr/lib ] && [ "${libdir}" != /usr/lib64 ]; then LD_LIBRARY_PATH="${libdir}${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH" \ $program ${1+"$@"} else |
