1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-14 01:01:05 +00:00
uutils-coreutils/tests/test_ls.rs

7 lines
79 B
Rust

use common::util::*;
#[test]
fn test_ls_ls() {
new_ucmd!().succeeds();
}