From 812eecce5ea1dcc9f93acd8c188194d0190ff5eb Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 8 Jun 2005 12:35:07 +0000 Subject: r7389: move socket wrapper dir also to the prefix-test dir metze (This used to be commit d5288865d87e1e9de81f3a653457d874847d6daa) --- source4/build/smb_build/makefile.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index ca0f7e6bd0..0367124e64 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -148,7 +148,7 @@ basics: idl proto_exists test: @DEFAULT_TEST_TARGET@ test-swrap: all - SOCKET_WRAPPER_DIR=. ./script/tests/selftest.sh `pwd`/prefix-test + SOCKET_WRAPPER_DIR=`pwd`/prefix-test ./script/tests/selftest.sh `pwd`/prefix-test test-noswrap: all ./script/tests/selftest.sh `pwd`/prefix-test -- cgit