On Sun, Feb 12, 2012 at 10:21:44AM +0200, Jukka Ruohonen wrote: > Because of the consensus that /tests should mimic /src. The same note > applies to more or less all syscalls etc. Generally, the current > tests/kernel, tests/syscall, tests/utils et. cetera. will lead to a unholy > maintainability mess in the long-term.
Yes, but then it should go to src/tests/sys/kern, or better into a subdirectory there. However, src/tests/sys seems to be something quite different. Another option would be src/tests/lib/libc/sys/posix_spawn. Or just leave it where it is now. Martin