$ cp ../obj/src/condor_tests/* .
 
 #
+# Prepare your environment.
+#
+# Unbreak (among potentially others) unit_test_sinful, test_protocol_matching, and lib_unit_tests.
+# Arguably, those tests should be fixed so that this isn't necessary.
+$ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${HOME}/install/condor/lib
+
+#
 # This will take /forever/.
 #
 $ for test in `cat list_all`; do perl ./run_test.pl $test &> $test.out; done