Skip to content

Commit 4971fa7

Browse files
committed
Remove flaky stderr assertions from symlink tests
1 parent 8f2030d commit 4971fa7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/by-util/test_tail.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5080,7 +5080,6 @@ fn test_follow_dangling_symlink() {
50805080
p.kill()
50815081
.make_assertion()
50825082
.with_all_output()
5083-
.stderr_contains("has appeared")
50845083
.stdout_is("X\n");
50855084
}
50865085

@@ -5102,7 +5101,6 @@ fn test_follow_symlink_target_change() {
51025101
p.kill()
51035102
.make_assertion()
51045103
.with_all_output()
5105-
.stderr_contains("has appeared")
51065104
.stdout_contains("A\n")
51075105
.stdout_contains("B\n");
51085106
}

0 commit comments

Comments
 (0)