1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

Merge pull request #997 from wimh/stat-travis

stat: fix test on travis
This commit is contained in:
Michael Gehring 2016-11-26 09:40:05 +01:00 committed by GitHub
commit 7122f265b0

View file

@ -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));