1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 09:41:07 +00:00
uutils-coreutils/tests/by-util/test_false.rs
2020-06-01 18:30:04 -05:00

6 lines
86 B
Rust

use crate::common::util::*;
#[test]
fn test_exit_code() {
new_ucmd!().fails();
}