mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
8 lines
144 B
Rust
8 lines
144 B
Rust
use common::util::*;
|
|
|
|
|
|
#[test]
|
|
fn test_default() {
|
|
let (at, mut ucmd) = at_and_ucmd!();
|
|
ucmd.run().stdout_is(at.root_dir_resolved());
|
|
}
|