summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_fifo.sh
AgeCommit message (Collapse)AuthorFilesLines
2022-05-05s3:tests: Reformat test_fifo.shAndreas Schneider1-35/+35
shfmt -f source3/script/| xargs shfmt -w -p -i 0 -fn Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2021-09-06s3: smbd: Add fifo test for the DISABLE_OPATH case.Jeremy Allison1-0/+83
Currently we hang when trying to list a directory containing a fifo when configured with DISABLE_OPATH. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14816 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>