diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-05-17 07:38:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:51 -0500 |
commit | 9ec611d3e61cab560027939b1a8e300f45830ef0 (patch) | |
tree | 44dd67d615a0b99540037d0c57514d02f0465e74 | |
parent | aff28fa2271736945b54dd140f11a4eb567b5b74 (diff) | |
download | samba-9ec611d3e61cab560027939b1a8e300f45830ef0.tar.gz samba-9ec611d3e61cab560027939b1a8e300f45830ef0.tar.bz2 samba-9ec611d3e61cab560027939b1a8e300f45830ef0.zip |
r6853: again fixed SOCKET_WRAPPER_DIR in 'make test'
(This used to be commit faa7e0366928a46abdc487f6d549fc95d67acae3)
-rw-r--r-- | source4/build/smb_build/makefile.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 317abb3c8b..6ca7f5ce8b 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -153,8 +153,7 @@ basics: idl proto_exists test: @DEFAULT_TEST_TARGET@ test-swrap: all - export SOCKET_WRAPPER_DIR=. - ./script/tests/selftest.sh `pwd`/prefix-test + SOCKET_WRAPPER_DIR=. ./script/tests/selftest.sh `pwd`/prefix-test test-noswrap: all ./script/tests/selftest.sh `pwd`/prefix-test |