mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
commit
7122f265b0
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ fn test_symlink() {
|
|||
#[test]
|
||||
#[cfg(target_os = "linux")]
|
||||
fn test_char() {
|
||||
let args = ["-c", DEV_FMTSTR, "/dev/zero"];
|
||||
let args = ["-c", DEV_FMTSTR, "/dev/pts/ptmx"];
|
||||
new_ucmd!().args(&args)
|
||||
.run()
|
||||
.stdout_is(expected_result(&args));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue