On Dec 4, 2009, at 2:47 AM, Stefan (metze) Metzmacher wrote:
Hi Tim,
> diff --git a/source4/selftest/knownfail b/source4/selftest/knownfail
> index e2ae2cf..37c9f6a 100644
> --- a/source4/selftest/knownfail
> +++ b/source4/selftest/knownfail
> @@ -10,9 +10,7 @@ base.delete.*.deltest20a
> base.delete.*.deltest20b
> raw.rename.*.osxrename
> raw.rename.*.directory rename
> +raw.sfileinfo.*.END_OF_FILE
> rpc.winreg.*security
> samba4.local.registry.(dir|ldb).check hive security
> samba4.local.registry.local.security
>
> Unfortunately, I'm still seeing failures in source4 'make test'.
Am I
> missing
> something simple?
yes, it's END-OF-FILE not END_OF_FILE:-)
Thanks for the followup. This should be fixed now as of:
5c857768d1415c4e70a9b7a96b8a9de1ec8efdee
-Tim