CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2019/07/15 10:05:04
Modified files: regress/sys/kern/realpath: realpath3.c realpathtest.c Log message: Our kernel __realpath(2) implementation does not allow non-existing files anymore. This is conforming to POSIX. Adjust the regression test to the new behavior. OK beck@