We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2030d commit 4971fa7Copy full SHA for 4971fa7
tests/by-util/test_tail.rs
@@ -5080,7 +5080,6 @@ fn test_follow_dangling_symlink() {
5080
p.kill()
5081
.make_assertion()
5082
.with_all_output()
5083
- .stderr_contains("has appeared")
5084
.stdout_is("X\n");
5085
}
5086
@@ -5102,7 +5101,6 @@ fn test_follow_symlink_target_change() {
5102
5101
5103
5104
5105
5106
.stdout_contains("A\n")
5107
.stdout_contains("B\n");
5108
0 commit comments