From 9ec611d3e61cab560027939b1a8e300f45830ef0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 17 May 2005 07:38:01 +0000 Subject: r6853: again fixed SOCKET_WRAPPER_DIR in 'make test' (This used to be commit faa7e0366928a46abdc487f6d549fc95d67acae3) --- source4/build/smb_build/makefile.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/build') 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 -- cgit