From fc5762388a725cd18d10a356960382ea050c8064 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 5 Mar 2012 14:28:15 +1100 Subject: selftest: run smbtorture_s3 tests against the ntvfs file server This checks not only the behaviour of the NTVFS file server, but also the client library and authentication stack. Andrew Bartlett --- selftest/target/Samba4.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'selftest/target/Samba4.pm') diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index fb67c43350..698cd127a0 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -679,7 +679,8 @@ nogroup:x:65534:nobody SAMBA_TEST_FIFO => "$ctx->{prefix}/samba_test.fifo", SAMBA_TEST_LOG => "$ctx->{prefix}/samba_test.log", SAMBA_TEST_LOG_POS => 0, - NSS_WRAPPER_WINBIND_SO_PATH => Samba::bindir_path($self, "default/nsswitch/libnss-winbind.so") + NSS_WRAPPER_WINBIND_SO_PATH => Samba::bindir_path($self, "default/nsswitch/libnss-winbind.so"), + LOCAL_PATH => $ctx->{tmpdir} }; return $ret; -- cgit