diff options
Diffstat (limited to 'shell/test/runner')
-rwxr-xr-x | shell/test/runner | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/test/runner b/shell/test/runner index 81669fb..29c5135 100755 --- a/shell/test/runner +++ b/shell/test/runner @@ -27,6 +27,7 @@ export HOME="$(pwd)/DO-NO-USE-HOME" mkdir scratch export TEST_TMPDIR=$(realpath scratch) export TMPDIR="${TEST_TMPDIR}" +export LD_LIBRARY_PATH=$(realpath ./libs):$LD_LIBRARY_PATH # Change to the working directory; note: while unlikely, the test # might not have test data, so we have to ensure the presence of |