diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2019-07-19 18:03:30 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2019-07-19 18:03:30 +0000 |
| commit | fca79580be15405dfa9744fb5639caedbc44e232 (patch) | |
| tree | 223084faa31ddd4c89cc3ec7430e0e2385b668b2 /tests/sys/fs | |
| parent | ed74f781c9f704092556f860a00b0bb53fdedff7 (diff) | |
Notes
Diffstat (limited to 'tests/sys/fs')
| -rw-r--r-- | tests/sys/fs/fusefs/read.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/fs/fusefs/read.cc b/tests/sys/fs/fusefs/read.cc index cd82c0656ebd6..ff1d6d41c319a 100644 --- a/tests/sys/fs/fusefs/read.cc +++ b/tests/sys/fs/fusefs/read.cc @@ -832,7 +832,7 @@ TEST_F(Read, sendfile) /* sendfile should fail gracefully if fuse declines the read */ /* https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236466 */ -TEST_F(Read, DISABLED_sendfile_eio) +TEST_F(Read, sendfile_eio) { const char FULLPATH[] = "mountpoint/some_file.txt"; const char RELPATH[] = "some_file.txt"; |
