mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
implement R and Q prefixes
This commit is contained in:
@@ -65,7 +65,7 @@ fn test_stdbuf_invalid_mode_fails() {
|
||||
.args(&[*option, "1024R", "head"])
|
||||
.fails()
|
||||
.code_is(125)
|
||||
.stderr_only("stdbuf: invalid mode '1024R'\n");
|
||||
.stderr_only("stdbuf: invalid mode '1024R': Value too large for defined data type\n");
|
||||
#[cfg(not(target_pointer_width = "128"))]
|
||||
new_ucmd!()
|
||||
.args(&[*option, "1Y", "head"])
|
||||
|
||||
Reference in New Issue
Block a user