summaryrefslogtreecommitdiff
path: root/source4/torture/raw/acls.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-11-04 01:34:08 -0800
committerJeremy Allison <jra@samba.org>2008-11-04 01:34:08 -0800
commitbfc59f63f3c13b1499e658c30b2185c7067c5fca (patch)
tree0a9e1bc2870c2c41364e10c2a1f0fc1fff36df61 /source4/torture/raw/acls.c
parent0953688012dcacca5b28a19c7a2d8393428ca151 (diff)
downloadsamba-bfc59f63f3c13b1499e658c30b2185c7067c5fca.tar.gz
Pass all of RAW-ACLS except for inheritence. Working on that next.
Jeremy.
Diffstat (limited to 'source4/torture/raw/acls.c')
-rw-r--r--source4/torture/raw/acls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/acls.c b/source4/torture/raw/acls.c
index 2a67bd98c5c..862b96ac173 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;