repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Second part of fix for 8636 - When returning an ACL without SECINFO_DACL requested...
[Samba.git]
/
selftest
/
test_samba4.pl
blob
416bf1d1db93dab9a1431629ab569965c1204165
1
#!/usr/bin/perl
2
3
use
Test
::
More tests
=>
3
;
4
use
FindBin
qw(
$RealBin
);
5
use lib
$RealBin
;
6
use lib "
$RealBin
/target";
7
use Samba4;
8
9
my
$s
= new Samba4("bin", undef,
$RealBin
."/../setup");
10
11
ok(
$s
);
12
13
is("bin",
$s
->{bindir});
14
15
ok(
$s
->write_ldb_file("tmpldb", "
16
dn: a=b
17
a: b
18
c: d
19
"));
20
21
unlink("tmpldb");