K 10 svn:author V 7 asomers K 8 svn:date V 27 2019-03-29T21:52:10.004951Z K 7 svn:log V 322 fusefs: test that open(2) can return a writable fd for a readonly file Surprisingly, open(..., O_WRONLY | O_CREAT, 0444) should work. POSIX requires it. But it didn't work in early FUSE implementations. Add a regression test so that our FUSE driver doesn't make the same mistake. Sponsored by: The FreeBSD Foundation END