Trying to open a symlink as a terminal component should return
NT_STATUS_OBJECT_NAME_NOT_FOUND, not NT_STATUS_OBJECT_PATH_NOT_FOUND.
Mark as knownfail.d/simple_posix_open until we fix the server.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14911
Signed-off-by: Jeremy Allison <jra@samba.org>
--- /dev/null
+^samba3.smbtorture_s3.plain.POSIX.smbtorture\(.*\)
goto out;
} else {
if (!check_both_error(__LINE__, status, ERRDOS, ERRbadpath,
- NT_STATUS_OBJECT_PATH_NOT_FOUND)) {
+ NT_STATUS_OBJECT_NAME_NOT_FOUND)) {
printf("POSIX open of %s should have failed "
- "with NT_STATUS_OBJECT_PATH_NOT_FOUND, "
+ "with NT_STATUS_OBJECT_NAME_NOT_FOUND, "
"failed with %s instead.\n",
sname, nt_errstr(status));
goto out;