mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
7 lines
79 B
Rust
7 lines
79 B
Rust
use common::util::*;
|
|
|
|
#[test]
|
|
fn test_exit_code() {
|
|
new_ucmd!().fails();
|
|
}
|