summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-22 18:36:46 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-22 18:36:46 +0000
commit4d4039e86a34bb28f77d249a187795388b4c762b (patch)
tree5e1421bd5e4d535fb178873f58ba46509df28e90 /t
parentbebec187884d6336c8cee5b277ee8977d16aae6f (diff)
downloadperl-4d4039e86a34bb28f77d249a187795388b4c762b.tar.gz
Prepending (instead of replacing with) the pwd is safer.
p4raw-id: //depot/perl@12571
Diffstat (limited to 't')
-rwxr-xr-xt/TEST6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/TEST b/t/TEST
index b27bb072e3..ef3e4783c1 100755
--- a/t/TEST
+++ b/t/TEST
@@ -321,9 +321,9 @@ SHRDLU
### You may have to set your dynamic library search path,
### $Config{ldlibpthname}, 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
+ ### setenv $Config{ldlibpthname} `pwd`:$Config{ldlibpthname}; cd t; ./perl harness
+ ### $Config{ldlibpthname}=`pwd`:$Config{ldlibpthname}; export $Config{ldlibpthname}; cd t; ./perl harness
+ ### export $Config{ldlibpthname}=`pwd`:$Config{ldlibpthname}; cd t; ./perl harness
### for csh-style shells, like tcsh; or for traditional/modern
### Bourne-style shells, like bash, ksh, and zsh, respectively.
SHRDLU