summaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-08-07 22:37:56 -0700
committerRuss Allbery <rra@stanford.edu>2008-08-07 22:37:56 -0700
commitaf7133d9f820631091b4097d94630b75d451f1ba (patch)
treeadf018557522f7288484397dff6ebb20f337bd0d /php
parent845a7b041fde0939d98f83205a0f309649b885e7 (diff)
Force use of the newly built libremctl library in tests
Diffstat (limited to 'php')
-rwxr-xr-xphp/test-wrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/test-wrapper b/php/test-wrapper
index 03767a0..350a83c 100755
--- a/php/test-wrapper
+++ b/php/test-wrapper
@@ -92,7 +92,7 @@ ln -s "$top"/tests/data data
# Now we can finally run the tests, which will use remctl-test.pid as a flag
# for whether to try the Kerberos tests.
-make test
+env LD_LIBRARY_PATH="$top"/client/.libs make test
status=$?
# Kill the remctl server.