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