summaryrefslogtreecommitdiffstats
path: root/tests/by-util/test_ls.rs
AgeCommit message (Expand)Author
2022-07-26ls: silently ignore `-T` option (#3718)Sam Nystrom
2022-07-13Merge pull request #3704 from Sciencentistguy/once_cellSylvestre Ledru
2022-07-12Replace lazy_static with once_cellJamie Quigley
2022-07-11ls: add already listed message (#3707)Niyaz Nigmatullin
2022-06-13Add a test like the one in the issue.anastygnome
2022-06-12Correctly parse numbers starting with 0 as octalJoerg Jaspert
2022-06-11Test for (against) octal-looking widthJoerg Jaspert
2022-06-03ls: fix double quoting when color is enabledTerts Diepraam
2022-05-21tests/ls: add --group-directories-first testThomas Queiroz
2022-05-21tests/ls: update version sort testThomas Queiroz
2022-05-13all: clippy fixesJeffrey Finkelstein
2022-04-20get android builds to compile and pass testsJustin Tracey
2022-04-09Merge pull request #3343 from uutils/dependabot/cargo/lscolors-0.9.0Sylvestre Ledru
2022-04-07fix regressed test due to lscolors updateTerts Diepraam
2022-04-05all: use array intoiteratorTerts Diepraam
2022-03-27ls: add support for --quoting-style=shell-escape b --color=autoSylvestre Ledru
2022-03-27ls: Add missing quote with --quoting-style=shell-escapeSylvestre Ledru
2022-03-21 ls: support multiple -a or -ASylvestre Ledru
2022-03-20ls: when -aA are provided, the order mattersSylvestre Ledru
2022-03-15ls: Fix display of inodes and add allocation size feature (#3052)kimono-koans
2022-02-25fix Rust 1.59 clippy lintsTerts Diepraam
2022-02-15Merge pull request #3003 from tertsdiepraam/ls-fix-another-flaky-testSylvestre Ledru
2022-02-10ls: add new optional arguments to --classify flag (#3041)Abhishek C Sharma
2022-02-02test_ls: Do not rely on the system time of metadata'access timeHanif Bin Ariffin
2022-02-01ls: fix flaky test test_ls_io_errorsTerts Diepraam
2022-01-31Merge pull request #2970 from tertsdiepraam/ls-fix-flaky-testSylvestre Ledru
2022-01-30ls: fix flaky test (#2969)Terts Diepraam
2022-01-30use semicolons if nothing returnedDaniel Eades
2022-01-30Merge pull request #2875 from kimono-koans/ls_bad_fd_2Sylvestre Ledru
2022-01-29add some tests for Clap's InferLongArgs settingTerts Diepraam
2022-01-27Fix broken test in certain Linux containerselectricboogie
2022-01-21ls: fix clippy lints in testsJustin Tracey
2022-01-18ls: fix tests for windowsTerts Diepraam
2022-01-17Add new test, never print error on deref-ed bad fdelectricboogie
2022-01-16Use dir_entry metadata for dereferenced bad fds to match GNU, add comments, c...electricboogie
2022-01-15Fix display of bad fd errorselectricboogie
2022-01-15ls: Fix device display (#2855)kimono-koans
2022-01-11ls: Fix padding for dangling links in non-Long formats (#2856)kimono-koans
2022-01-09Merge pull request #2854 from kimono-koans/ls_fix_errno_1Sylvestre Ledru
2022-01-10ls: On Windows use DirEntry#metadata() instead of fs::metadatamoko256
2022-01-08Add test for double printing dangling link errorselectricboogie
2022-01-07Merge branch 'uutils:master' into ls_fix_errno_1kimono-koans
2022-01-07Fix Windows test(?): inode request shouldn't error on Windows, b/c there are ...electricboogie
2022-01-06Fix test dir names for Windowselectricboogie
2022-01-06Fix newline when only dirs in base directory, and testelectricboogie
2022-01-05ls: Improve error handling and other improvements (#2809)kimono-koans
2021-12-22ls: Reduce binary size of ls by removing regex crate (#2781)kimono-koans
2021-09-17Merge branch 'master' into ls_selinuxJan Scheer
2021-09-13Merge pull request #2651 from jhscheer/ls_small_fix_for_test_from_2627Michael Debertol
2021-09-13Merge branch 'master' into ls_selinuxJan Scheer