cp -r /{repo}/CONDOR_SRC/src/condor_tests .
 cd condor_tests
 mkdir /tmp/testsockets
-cat "/tmp/testsockets" >SOCKETDIR
+echo "/tmp/testsockets" >SOCKETDIR
 ./batch_test.pl -d . ( or a single test: ./batch_test.pl -d .  -t cmd_q_shows-name)
 {endcode}