Index: tests/pybin/settings.py
===================================================================
--- tests/pybin/settings.py	(revision b215e92bfedeb7c4e8f461b277d80772d1c37217)
+++ tests/pybin/settings.py	(revision 5307c33ac607745e077a0b76307fdb1337b5010c)
@@ -112,5 +112,4 @@
 	global install
 	global timeout
-	global ldpath
 
 	dry_run    = options.dry_run
@@ -121,5 +120,4 @@
 	arch       = Architecture(options.arch)
 	timeout    = Timeouts(options.timeout, options.global_timeout)
-	ldpath     = "LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:%s/../libcfa/%s-%s/src/.libs\"" % (BUILDDIR, arch.string, "debug" if options.debug else "nodebug")
 
 
