]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sendfile tests: Mount filesystems under the test workdir
authorMark Johnston <markj@FreeBSD.org>
Sun, 12 Mar 2023 18:50:14 +0000 (14:50 -0400)
committerMark Johnston <markj@FreeBSD.org>
Mon, 20 Mar 2023 12:58:23 +0000 (08:58 -0400)
commitfbe570ccc0d739b8da2804468070edd1247b9bb2
tree0ab1ddc5db7576d7e8818c6098e22e56e8c80a46
parenta765d2100e13cca0b58cd359c6a60dab29e07579
sendfile tests: Mount filesystems under the test workdir

Otherwise they can't be run in parallel as they share a mount point.

MFC after: 1 week

(cherry picked from commit 683853a92477a18f19b29d6bd8dd71ebe5553f89)
tests/sys/kern/sendfile_test.sh