mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
test_realpath: include issue id to ignored testcase
This commit is contained in:
parent
9b2fa39760
commit
4e936d2d0d
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ fn test_realpath_when_symlink_is_absolute_and_enoent() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[ignore]
|
#[ignore = "issue #3669"]
|
||||||
fn test_realpath_when_symlink_part_is_missing() {
|
fn test_realpath_when_symlink_part_is_missing() {
|
||||||
let (at, mut ucmd) = at_and_ucmd!();
|
let (at, mut ucmd) = at_and_ucmd!();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue