diff options
author | Jeremy Allison <jra@samba.org> | 2008-11-04 01:34:08 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-11-04 01:34:08 -0800 |
commit | bfc59f63f3c13b1499e658c30b2185c7067c5fca (patch) | |
tree | 0a9e1bc2870c2c41364e10c2a1f0fc1fff36df61 /source4/torture/raw | |
parent | 0953688012dcacca5b28a19c7a2d8393428ca151 (diff) | |
download | samba-bfc59f63f3c13b1499e658c30b2185c7067c5fca.tar.gz samba-bfc59f63f3c13b1499e658c30b2185c7067c5fca.tar.bz2 samba-bfc59f63f3c13b1499e658c30b2185c7067c5fca.zip |
Pass all of RAW-ACLS except for inheritence. Working on that next.
Jeremy.
Diffstat (limited to 'source4/torture/raw')
-rw-r--r-- | source4/torture/raw/acls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/acls.c b/source4/torture/raw/acls.c index 2a67bd98c5..862b96ac17 100644 --- a/source4/torture/raw/acls.c +++ b/source4/torture/raw/acls.c @@ -1088,7 +1088,7 @@ static bool test_owner_bits(struct torture_context *tctx, { NTSTATUS status; union smb_open io; - const char *fname = BASEDIR "\\generic.txt"; + const char *fname = BASEDIR "\\test_owner_bits.txt"; bool ret = true; int fnum = -1, i; union smb_fileinfo q; |