diff options
author | Martin Pool <mbp@samba.org> | 2001-11-20 06:21:33 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-11-20 06:21:33 +0000 |
commit | 4950e6feb69ed73663faf2977520e90d97bbce03 (patch) | |
tree | f22c5ce3e09ed77ef05073d2184ad93c08b69e5c /testsuite | |
parent | 2d33bef2c1e92858ae38f06bf60b78c6fcd50469 (diff) | |
download | samba-4950e6feb69ed73663faf2977520e90d97bbce03.tar.gz samba-4950e6feb69ed73663faf2977520e90d97bbce03.tar.bz2 samba-4950e6feb69ed73663faf2977520e90d97bbce03.zip |
Back out the change in 1.11 that set the poorly-named $pwd variable --
for the build farm this is actually the root directory for building,
or something like that. Thanks a.b.
(This used to be commit 309b718842dc36cd0b74c4c735684cd4613fff01)
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/build_farm/basicsmb.fns | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/build_farm/basicsmb.fns b/testsuite/build_farm/basicsmb.fns index aa1a0b35d3..5c5d82b00f 100644 --- a/testsuite/build_farm/basicsmb.fns +++ b/testsuite/build_farm/basicsmb.fns @@ -153,5 +153,4 @@ then loglevel=1 fi - -pwd=`pwd` +# NB $pwd is not really `pwd` |