A forgotten deletion.
[p5sagit/p5-mst-13.2.git] / t / TEST
diff --git a/t/TEST b/t/TEST
index dec85cc..57ac836 100755 (executable)
--- a/t/TEST
+++ b/t/TEST
@@ -305,18 +305,27 @@ EOT
    ### Since not all tests were successful, you may want to run some
    ### of them individually and examine any diagnostic messages they
    ### produce.  See the INSTALL document's section on "make test".
-   ### If you are testing the compiler, then ignore this message
-   ### and run
-   ###      ./perl harness
-   ### in the directory ./t.
 SHRDLU
        warn <<'SHRDLU' if $good / $total > 0.8;
-   ###
-   ### Since most tests were successful, you have a good chance to
-   ### get information with better granularity by running
+   ### Since most tests were successful you have a good chance
+   ### to get information better granularity by running
    ###     ./perl harness
-   ### in directory ./t.
+   ### in the 't' directory.
 SHRDLU
+       use Config;
+       if ($Config{ldlibpthname}) {
+           warn <<SHRDLU;
+   ### Since you seem to have a dynamic library search path,
+   ### $Config{ldlibpthname}, you probably should set that
+   ### to point to the build directory before running the harness.
+   ### Depending on your shell style:
+   ###     setenv $Config{ldlibpthname} `pwd`; cd t; ./perl harness
+   ###     $Config{ldlibpthname}=`pwd`; export $Config{ldlibpthname}; cd t; ./perl harness
+   ###     export $Config{ldlibpthname}=`pwd`; cd t; ./perl harness
+   ### for csh-style shells, like tcsh; or for traditional/modern
+   ### Bourne-style shells, like bash, ksh, and zsh, respectively.
+SHRDLU
+       }
     }
     ($user,$sys,$cuser,$csys) = times;
     print sprintf("u=%g  s=%g  cu=%g  cs=%g  scripts=%d  tests=%d\n",