diff options
| author | Ulf Hermann <[email protected]> | 2018-07-24 11:52:05 +0200 |
|---|---|---|
| committer | Ulf Hermann <[email protected]> | 2018-07-24 10:38:01 +0000 |
| commit | 4c381c95ba730e7912b829b25f817e76edcf04ea (patch) | |
| tree | 42fb512b87a15ce6a933d6a132c7f0a4a65c2271 | |
| parent | 4ec500d78c002a0af2ade8cc35643eab9da05ad8 (diff) | |
Remove bogus white space in test-subr.sh
mingw should have complained about this, too ...
Change-Id: I03940ba6e93ef04c51418cc507cccf47453d10fa
Reviewed-by: Christian Kandeler <[email protected]>
| -rw-r--r-- | tests/test-subr.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-subr.sh b/tests/test-subr.sh index d92fbca3..d7c850c4 100644 --- a/tests/test-subr.sh +++ b/tests/test-subr.sh @@ -109,10 +109,10 @@ installed_testrun() esac if [ "${libdir}" != /usr/lib ] && [ "${libdir}" != /usr/lib64 ]; then if [ "$ld_uses_path" = 1 ]; then - PATH="${libdir}:${libdir}/elfutils ${PATH:+:}$PATH" \ + PATH="${libdir}:${libdir}/elfutils${PATH:+:}$PATH" \ $VALGRIND_CMD $program ${1+"$@"} else - LD_LIBRARY_PATH="${libdir}:${libdir}/elfutils ${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH" \ + LD_LIBRARY_PATH="${libdir}:${libdir}/elfutils${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH" \ $VALGRIND_CMD $program ${1+"$@"} fi else |
