mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-17 18:51:05 +00:00
- ref: <https://users.rust-lang.org/t/imports-can-only-refer-to-extern-crate-names/24388> @@ <https://archive.is/iCaXp>
8 lines
162 B
Rust
8 lines
162 B
Rust
use crate::common::util::*;
|
|
|
|
#[test]
|
|
fn test_more_no_arg() {
|
|
let (_, mut ucmd) = at_and_ucmd!();
|
|
let result = ucmd.run();
|
|
assert!(!result.success);
|
|
}
|