mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
fix kill list final new line test
This commit is contained in:
@@ -61,7 +61,7 @@ fn test_kill_list_final_new_line() {
|
||||
new_ucmd!()
|
||||
.arg("-l")
|
||||
.succeeds()
|
||||
.stdout_matches(&Regex::new("\\n$").unwrap());
|
||||
.stdout_matches(&Regex::new("[\\n\\r]$").unwrap());
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user