Commit 26163d7
committed
Fix ra-test execution of svnserve in some build environments (closes #25):
* subversion/tests/libsvn_ra/ra-test.c
(open_tunnel): Execute svnserve with APR_PROGRAM_ENV rather than
APR_PROGRAM, so the environment is inherited from the build rather
than empty. svnserve may depend on the $LD_LIBRARY_PATH setting,
for example.
git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1922983 13f79535-47bb-0310-9956-ffa450edef681 parent 7816b1e commit 26163d7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| |||
0 commit comments