summaryrefslogtreecommitdiffstats
path: root/tests/by-util/test_ls.rs
AgeCommit message (Expand)Author
2023-11-16clippy: fix warnings introduced by Rust 1.74Daniel Hofstetter
2023-10-25Merge pull request #5446 from cakebaker/ls_try_get_matches_fromTerts Diepraam
2023-10-24ls: return exit code 2 for invalid time-styleDaniel Hofstetter
2023-10-24ls: return exit code 2 for -l --dired --zeroDaniel Hofstetter
2023-10-19ls --dired -R: fix the positions (#5341)Sylvestre Ledru
2023-10-13rename the testSylvestre Ledru
2023-10-12ls: Document a bit tests/ls/stat-dtype.shSylvestre Ledru
2023-10-01ls -R1: add a test to replicate GNU's recursive.shSylvestre Ledru
2023-09-22ls: fix test which fails if /tmp uses tmpfsDaniel Hofstetter
2023-09-20ls: implement --diredSylvestre Ledru
2023-09-15ls -l: show an error when symlink not readableSylvestre Ledru
2023-08-21Add license headers on all filesSylvestre Ledru
2023-07-12tests/ls: Test overflowing decimal and octal values of --widthRayhan Faizel
2023-07-09ls: add back version cmp testJohn Shin
2023-07-09Merge pull request #5055 from yt2b/ls_literal_optionDaniel Hofstetter
2023-07-08ls: fix --l optionyt2b
2023-07-05ls: update test result for version compareJohn Shin
2023-06-26ls: force fetching metadata when called with -L -ZGuillaume Ranquet
2023-06-06ls: add words to spell-checker:ignoreDaniel Hofstetter
2023-06-06tests/ls: Implement tests for sort by width optionRayhan Faizel
2023-05-14ls: when facing an invalid utf-8, don't panicSylvestre Ledru
2023-05-12Merge pull request #4759 from sylvestre/clippy4Daniel Hofstetter
2023-05-11ls: device number for BSDs and solarishOS (#4841)SteveLauC
2023-04-27[tests/ls] Support user names containing dotsNiyaz Nigmatullin
2023-04-25Use `expected_result` in test_ls to avoid spurious failuresDan Gohman
2023-04-20Fix some trivial clippy warningsSylvestre Ledru
2023-04-10tests: remove all "extern crate" statementsDaniel Hofstetter
2023-03-23test_ls: cannot find function `expected_result` in this scopePiotr Kwiecinski
2023-03-20tests: expand wildcard importsDaniel Hofstetter
2023-03-14Fixing failing test locally because of missing case sensitivity handlingParag Jain
2023-02-21Add tests for non-utf8Thayne McCombs
2023-02-16`tests/util`: Don't trim output in `CmdResult::stdout_matches` and `stdout_do...Joining7943
2023-01-27clippy: fix warnings introduced with Rust 1.67.0Daniel Hofstetter
2023-01-22tests/util: Do not trim stderr in CmdResult::stderr_is. Add method stderr_tri...Joining7943
2022-12-01chore: standardize creation of empty stringsDaniel Hofstetter
2022-11-16chore: run `cargo +nightly clippy --fix`Niyaz Nigmatullin
2022-10-23clippy fixesJeffrey Finkelstein
2022-10-22Merge pull request #4014 from tertsdiepraam/ls-windows-permissionsSylvestre Ledru
2022-10-13ls: update to clap 4Terts Diepraam
2022-10-13Fix some clippy warningsSylvestre Ledru
2022-10-09Fix coding styleSylvestre Ledru
2022-10-09test_ls: adapt to new windows permissionsTerts Diepraam
2022-10-08ls: align --ignore behavior with that of GNU lsAckerley Tng
2022-10-05ls: add support for +FORMAT in timestyleDavid Matos
2022-09-21dd: custom positional argument parsingTerts Diepraam
2022-09-12tests/ls: added exit code to some test failuresNiyaz Nigmatullin
2022-08-20unix_sockets is deprecated, use std::os::unix::net insteadNiyaz Nigmatullin
2022-08-13tests: ignore failing tests for FreeBSD (#3778)Jan Scheer
2022-07-31ls: Implement --zero flag. (#2929) (#3746)Pierre Marsais
2022-07-26ls: silently ignore `-T` option (#3718)Sam Nystrom