summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index 8834a57..5154e73 100755
--- a/run/tests
+++ b/run/tests
@@ -2,7 +2,7 @@
private=../libsub-test-private
-export LD_LIBRARY_PATH=build/src:build/asdcplib/src:/usr/local/lib64:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH=build/src:/usr/local/lib64:$LD_LIBRARY_PATH
if [ "$1" == "--debug" ]; then
shift
gdb --args build/test/tests $private $*