Skip to content

Commit 3227c61

Browse files
enable fs tests for freebsd
1 parent 1a6eb20 commit 3227c61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/pass/shims/fs.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ fn main() {
2828
test_from_raw_os_error();
2929
test_file_clone();
3030
// Windows file handling is very incomplete.
31-
// FIXME: read_dir broken on FreeBSD (https://github.com/rust-lang/miri/issues/4587)
32-
if cfg!(not(windows)) && !cfg!(target_os = "freebsd") {
31+
if cfg!(not(windows)) {
3332
test_file_set_len();
3433
test_file_sync();
3534
test_rename();

0 commit comments

Comments
 (0)