1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 09:41:07 +00:00
uutils-coreutils/tests/test_false.rs

7 lines
80 B
Rust

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