mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 10:18:11 +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());
|
|
}
|