mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
ls: implement -i option
This commit is contained in:
parent
62d5a6bbc8
commit
8a51ddf6fb
2 changed files with 34 additions and 1 deletions
|
@ -5,3 +5,9 @@ use common::util::*;
|
|||
fn test_ls_ls() {
|
||||
new_ucmd!().succeeds();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_ls_ls_i() {
|
||||
new_ucmd!().arg("-i").succeeds();
|
||||
new_ucmd!().arg("-il").succeeds();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue