]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: fix an expectation in one of the tests
authorAlan Somers <asomers@gmail.com>
Tue, 29 Dec 2020 17:48:34 +0000 (10:48 -0700)
committerAlan Somers <asomers@FreeBSD.org>
Fri, 1 Jan 2021 17:18:22 +0000 (10:18 -0700)
commitae39db74066a0ff1682c1c841be030099d9d4557
treef16f73211b9ae2631373f33a16a3978b696bfdef
parent1d010cd31cdfa0b786900ed6a41fb93859bd0ed7
fusefs: fix an expectation in one of the tests

An order-of-operations problem caused an expectation intended for
FUSE_READ to instead match FUSE_ACCESS.  Surprisingly, only one test
case was affected.

MFC after: 2 weeks
Reviewed by: cem
Differential Revision: https://reviews.freebsd.org/D27818
tests/sys/fs/fusefs/utils.cc
tests/sys/fs/fusefs/write.cc