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