diff options
Diffstat (limited to 'source4')
-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 |