summaryrefslogtreecommitdiffstats
path: root/tests/by-util/test_du.rs
AgeCommit message (Expand)Author
2024-07-06tests: fix warnings on OpenBSD for unused imports in by-util/test_*Laurent Cheylus
2024-07-06tests: disable failed tests for du on OpenBSDLaurent Cheylus
2024-06-30fix clippy testsn4n5
2024-05-20tests: remove 'target_pointer_width = "128"'Daniel Hofstetter
2024-04-24du,uucore: add words to spell-checker:ignoreDaniel Hofstetter
2024-04-24du: give `-h` output the same precision as GNU coreutilsMichael Vogt
2024-04-14du: accept shortcuts for stringly-enum argumentsBen Wiederhake
2024-04-01Use time-style only if time is providedCarbrex
2024-01-30du: adapt error msg to match GNU'sDaniel Hofstetter
2024-01-03du: ignore duplicate names with --files0-fromDaniel Hofstetter
2024-01-02du: show error for nul names with --files0-fromDaniel Hofstetter
2023-12-26du: use concat! to improve readability in testsDaniel Hofstetter
2023-12-26du: simplify file creation in testsDaniel Hofstetter
2023-12-26du: implement files0-from (#5721)Sylvestre Ledru
2023-12-25Merge pull request #5503 from cakebaker/du_unused_du_basicsSylvestre Ledru
2023-12-25du: test behavior with POSIXLY_CORRECT setDaniel Hofstetter
2023-12-08du: fix issue with dereference in testDaniel Hofstetter
2023-12-03du: disable test on AndroidDaniel Hofstetter
2023-12-02du: call unused _du_basics() in test_du_basics()Daniel Hofstetter
2023-11-09du: make -l/--count-links workDaniel Hofstetter
2023-11-07du: add -H (alias for --dereference-args)Daniel Hofstetter
2023-11-05du: ignore test under Android & FreeBSDDaniel Hofstetter
2023-11-03du: add -P/--no-dereferenceDaniel Hofstetter
2023-08-24all: normalize license notice in all *.rs filesTerts Diepraam
2023-06-27du: fix "unused import" warning on WindowsDaniel Hofstetter
2023-06-25du: directories have apparent size of 0John Shin
2023-04-21du: fix clippy warning in testDaniel Hofstetter
2023-04-13du: adjust test_du_basics_bad_name as we made it workSylvestre Ledru
2023-04-13du: add support of --dereference-argsSylvestre Ledru
2023-04-13du: an error code when done on a non existing fileSylvestre Ledru
2023-03-26du: fmt fixMaciej Habasiński
2023-03-26test: du invalid thresholdMaciej Habasiński
2023-03-20tests: fix "unresolved import" warnings on WindowsDaniel Hofstetter
2023-03-20tests: expand wildcard importsDaniel Hofstetter
2023-03-19test_du: fix unnecessary boolean operationKoki Ueha
2023-03-02tests/du: run test_du_time with TZ=UTC.Guilherme Gonçalves
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-09-10all: add tests for usage error exit codeTerts Diepraam
2022-08-09du: update du to use parse_glob::from_strAckerley Tng
2022-05-17uucore: add InvalidSuffix to ParseSizeErrorDaniel Hofstetter
2022-05-04du: use common error methods with show! instead of set_exit_codeAckerley Tng
2022-04-20get android builds to compile and pass testsJustin Tracey
2022-04-11du: add support for --exclude and --exclude-from (#3381)Sylvestre Ledru
2022-04-10du: Return non zero error code when dealing with permissions errorsSylvestre Ledru
2022-01-31add additional lintsDaniel Eades
2021-07-19test_du: ignore unsupported --time=birthSyukron Rifail M
2021-07-09Merge pull request #2481 from Funky185540/fix/test_du_bytes_nondynamic_on_linuxSylvestre Ledru
2021-07-08tests: fix tests for CICD environmentJan Scheer
2021-07-07test_du: refactor use expected_result from common/util.rsJan Scheer