summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2021-09-02 14:40:53 -0700
committerJule Anger <janger@samba.org>2021-09-06 19:17:11 +0000
commit4889512c705169468dee4bba85abfef93b3fcf03 (patch)
tree05b7da3a3d475d7958f15b657c24cc508b8a974f /selftest
parent5ec6be2ae364febd7be36051dd72126708544e4c (diff)
downloadsamba-4889512c705169468dee4bba85abfef93b3fcf03.tar.gz
s3: smbd: Fix openat_pathref_fsp() to cope with FIFO's in the filesystem.
Remove skip test for the DISABLE_OPATH case. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14816 RN: Fix pathref open of a filesystem fifo in the DISABLE_OPATH build Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Mon Sep 6 09:51:54 UTC 2021 on sn-devel-184 (cherry picked from commit 2f2c53c4f8f59a497bc33a24e5e0fc15ea076876)
Diffstat (limited to 'selftest')
-rw-r--r--selftest/skip.opath-required4
1 files changed, 0 insertions, 4 deletions
diff --git a/selftest/skip.opath-required b/selftest/skip.opath-required
index c62d3ebd2e0..0faf0c4bd6c 100644
--- a/selftest/skip.opath-required
+++ b/selftest/skip.opath-required
@@ -7,7 +7,3 @@
# These fail because become_root() doesn't work in make test
^samba3.blackbox.dropbox.*
^samba3.raw.samba3hide.*
-# This fails because of BUG: https://bugzilla.samba.org/show_bug.cgi?id=14816
-# which causes the server to hang when trying to open a pathref fifo without O_PATH.
-# We need to add O_NONBLOCK to make this work.
-^samba3.blackbox.fifo