<div>Hi all,</div>
<div> </div>
<div>It seems that there is problem existing with setting and unsetting already existing environment variable like LD_LIBRARY_PATH for a  particular test.</div>
<div> </div>
<div>If somebody knows any improvement in that regard please let me know.</div>
<div> </div>
<div>Actually i want to unset and set the LD_LIBRARY_PATh varibale for my tests it is something like this:</div>
<div> </div>
<div>add_executable(e1 c1.cpp)</div>
<div>add_test(t1 e1)</div>
<div>set_tests_properties(t1 PROPERTIES ENVIRONMENT LD_LIBRARY_PATH=)    #for setting the library path to empty</div>
<div>                                      OR</div>
<div>set_tests_properties(t1 PROPERTIES ENVIRONMENT LD_LIBRARY_PATH=/usr/lib)  #i.e some other path</div>
<div> </div>
<div>This thing actually does work with my case. iam using &quot;make test&quot;.</div>
<div> </div>
<div>If iam doing soemthing wrong please let me know or if this thing is in progress of development kindly let me know the alternative that can be done for achieving this thing.</div>
<div> </div>
<div>Regards-</div>
<div>ankit jain</div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>