mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 17:58:06 +00:00
7 lines
83 B
Rust
7 lines
83 B
Rust
use common::util::*;
|
|
|
|
|
|
#[test]
|
|
fn test_exit_code() {
|
|
new_ucmd!().succeeds();
|
|
}
|