I\'ve got a unit test in my MonoTouch project that I can\'t run from inside MonoDevelop -- it fails with \"Unix transport error.\" Poking around on the web it looks like that\'s
set $MONO_PATH to the nunit library to be able to run nunit-console. On my machine, the $MONO_PATH declaration is (in my .profile file):
MONO_PATH='/Applications/Beta/MonoDevelop.app/Contents/MacOS/lib/monodevelop/AddIns/NUnit/:$MONO_PATH'