summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/makefile.pm
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/smb_build/makefile.pm')
-rw-r--r--source4/build/smb_build/makefile.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index a9ac1d76b1..97dd0b5710 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -148,10 +148,10 @@ basics: idl proto_exists
test: @DEFAULT_TEST_TARGET@
test-swrap: all
- ./script/tests/selftest.sh `pwd`/prefix-test SOCKET_WRAPPER
+ ./script/tests/selftest.sh @selftest_prefix@/prefix-test SOCKET_WRAPPER
test-noswrap: all
- ./script/tests/selftest.sh `pwd`/prefix-test
+ ./script/tests/selftest.sh @selftest_prefix@/prefix-test
__EOD__
}