[0/1] fix LD_LIBRARY_PATH in 'tls-sepdebug.exp'

Message ID 20240918120729.902296-1-stephan.rohr@intel.com
Headers
Series fix LD_LIBRARY_PATH in 'tls-sepdebug.exp' |

Message

Rohr, Stephan Sept. 18, 2024, 12:07 p.m. UTC
  Hi all,

I came across an issue in the 'tls-sepdebug.exp' test if the compiler
uses additional libraries.  The testcase overwrites the LD_LIBRARY_PATH
and the test fails.  Fix this by adding the current value of
LD_LIBRARY_PATH to the value set by the testcase.

I appreciate your feedback.

Thanks
Stephan

Rohr, Stephan (1):
  testsuite, threads: fix LD_LIBRARY_PATH in 'tls-sepdebug.exp'

 gdb/testsuite/gdb.threads/tls-sepdebug.exp | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)