Skip to content

Commit

Permalink
test_realpath: fix issue uutils#3669, unignore test
Browse files Browse the repository at this point in the history
  • Loading branch information
niyaznigmatullin committed Jul 7, 2022
1 parent 4558305 commit b3a4211
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/by-util/test_realpath.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ fn test_realpath_when_symlink_is_absolute_and_enoent() {
}

#[test]
#[ignore = "issue #3669"]
fn test_realpath_when_symlink_part_is_missing() {
let (at, mut ucmd) = at_and_ucmd!();

Expand Down

0 comments on commit b3a4211

Please sign in to comment.