2
0
Fork 0
mirror of https://github.com/uutils/coreutils synced 2024-12-20 18:13:24 +00:00
coreutils/tests/test_ls.rs

7 lines
79 B
Rust

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