summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-05-02 09:44:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:26 -0500
commit34a70b80dad53af17f7ed161f309dd1676e0254a (patch)
tree6f8700a02638f9d9b0e3c55d0e80e5ca2ff72f27 /source4/build
parentd58fb60ddc5f21d629da61fbbb77bb1937770253 (diff)
downloadsamba-34a70b80dad53af17f7ed161f309dd1676e0254a.tar.gz
samba-34a70b80dad53af17f7ed161f309dd1676e0254a.tar.bz2
samba-34a70b80dad53af17f7ed161f309dd1676e0254a.zip
r6568: Some more small 'make test' fixes
(This used to be commit 02160c991a7e9bef2fabfe338a772e32679edf5d)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/smb_build/makefile.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index 1ca3226d37..bc5690ddf3 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -153,10 +153,9 @@ basics: idl proto_exists
test: all
./script/tests/selftest.sh $(prefix)
-SOCKET_WRAPPER_DIR=`pwd`/sockdir
+export SOCKET_WRAPPER_DIR=$(shell pwd)/sockdir
test-swrap: all
- export SOCKET_WRAPPER_DIR
mkdir -p $(SOCKET_WRAPPER_DIR)
./script/tests/selftest.sh $(prefix)