summaryrefslogtreecommitdiff
path: root/source4/selftest/target
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-04-15 16:31:08 +0200
committerAndrew Bartlett <abartlet@samba.org>2008-04-15 16:31:08 +0200
commitcb5873f36d5f67b51afd9327df114ff7c1b529d0 (patch)
treeeaf1c28bd861a10cf07635571c4a784871b9a4f0 /source4/selftest/target
parente0eba5232d3f2cd366b1cbe64fbd3547889c7635 (diff)
downloadsamba-cb5873f36d5f67b51afd9327df114ff7c1b529d0.tar.gz
samba-cb5873f36d5f67b51afd9327df114ff7c1b529d0.tar.bz2
samba-cb5873f36d5f67b51afd9327df114ff7c1b529d0.zip
Fix some of the winbind tests.
Some of the test expectations were incorrect. Andrew Bartlett (This used to be commit bc0e94360edb99e967dac01a3ecff42de0c1c222)
Diffstat (limited to 'source4/selftest/target')
-rw-r--r--source4/selftest/target/Samba4.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/target/Samba4.pm b/source4/selftest/target/Samba4.pm
index 552f6535af..069aff73cf 100644
--- a/source4/selftest/target/Samba4.pm
+++ b/source4/selftest/target/Samba4.pm
@@ -521,7 +521,7 @@ sub provision($$$$$$)
my $ncalrpcdir = "$prefix_abs/ncalrpc";
my $lockdir = "$prefix_abs/lockdir";
my $winbindd_socket_dir = "$prefix_abs/winbind_socket";
- my $winbindd_priv_pipe_dir = "$piddir/smbd.tmp/winbind_pipe";
+ my $winbindd_priv_pipe_dir = "$privatedir/smbd.tmp/winbind_pipe";
my $nsswrap_passwd = "$etcdir/passwd";
my $nsswrap_group = "$etcdir/group";