mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-14 09:11:02 +00:00
7 lines
83 B
Rust
7 lines
83 B
Rust
use common::util::*;
|
|
|
|
|
|
#[test]
|
|
fn test_exit_code() {
|
|
new_ucmd!().succeeds();
|
|
}
|