# Also, the built-in Perl module for determining FQDNs is broken; you
 # may need to edit /etc/resolv.conf's domain and search lines if a test
 # fails because your host's FQDN is misresolved.  We should probably fix
-# this problem. too.
+# this problem, too.
 
 #
 # This will take /forever/.
 #
-$ for test in `cat list_all`; do perl ./run_test.pl $test &> $test.out; done
+$ for test in `cat list_all`; do PERL5LIB=`pwd` perl ./run_test.pl $test &> $test.out; done
 {endcode}
 
 ----