mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
tests/timeout: remove unnecessary stderr check
This commit is contained in:
@@ -192,8 +192,7 @@ fn test_kill_subprocess() {
|
||||
"trap 'echo inside_trap' TERM; sleep 30",
|
||||
])
|
||||
.fails_with_code(124)
|
||||
.stdout_contains("inside_trap")
|
||||
.stderr_contains("Terminated");
|
||||
.stdout_contains("inside_trap");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user