mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 17:14:42 +00:00
6 lines
79 B
Rust
6 lines
79 B
Rust
use common::util::*;
|
|
|
|
#[test]
|
|
fn test_exit_code() {
|
|
new_ucmd!().fails();
|
|
}
|