summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2024-03-23apply different reference sizes for f2fs (android) caseUlrich Hornung
2024-03-23shred: small improv on the testsSylvestre Ledru
2024-03-23shred: fails in case of permissions issueSylvestre Ledru
2024-03-23shred: if the file is empty, don't run passes on itSylvestre Ledru
2024-03-23Merge pull request #6102 from Krysztal112233/mainSylvestre Ledru
2024-03-23lint: fix `unused_imports` on freebsd target.Krysztal112233
2024-03-23util: fix compile failed on Windows.Krysztal112233
2024-03-23lint: fix `unused_imports` of `util.rs`Krysztal112233
2024-03-23lint: fix `clippy::manual_main_separator_str` for `util.rs` on Windows cfg.Krysztal112233
2024-03-23lint: fix `clippy::suspicious_open_options` of project.Krysztal112233
2024-03-22more: fix incorrect testsDaniel Hofstetter
2024-03-22lint: fix `clippy::redundant_clone` of `test_dd.rs` `test_cp.rs`Krysztal112233
2024-03-21lint: fix `clippy::unnecessary_to_owned` in `test_cksum.rs`Krysztal112233
2024-03-21lint: fix `clippy::useless_format` in `test_cksum.rs`Krysztal112233
2024-03-21Merge pull request #5966 from Ideflop/more-implement-argument-patternDaniel Hofstetter
2024-03-20test_od - re-enable f16 test with newer AVD system imageUlrich Hornung
2024-03-20fmt: show error if goal > default widthDaniel Hofstetter
2024-03-20dd: misc gnu test (#6084)sreehari prasad
2024-03-19Merge pull request #5801 from cre4ture/feature/env_string_args_try_with_shell...Sylvestre Ledru
2024-03-19Merge pull request #6094 from sargas/fmt-small-widthsDaniel Hofstetter
2024-03-19fmt: Make sure goal is always positiveJoseph Jon Booker
2024-03-19env: support string args by "-S", "-vS" or "--split-strings"Ulrich Hornung
2024-03-18cksum: implement and test --base64 output methodBen Wiederhake
2024-03-18cksum: implement trivial --tag flagBen Wiederhake
2024-03-18cksum: allow repeated flags and argumentsBen Wiederhake
2024-03-18Merge pull request #6090 from sylvestre/csplit2Daniel Hofstetter
2024-03-17Merge pull request #6088 from cre4ture/fix/gnu_test_dd_not_rewound_shSylvestre Ledru
2024-03-17re-use existing fd for stdout even if its a seek-able fileUlrich Hornung
2024-03-17csplit: run the file check before the arguments verificationsSylvestre Ledru
2024-03-16csplit: adjust the error message to match GNU'sSylvestre Ledru
2024-03-15Fix two "item x is imported redundantly" warningsDaniel Hofstetter
2024-03-13Merge pull request #5909 from cakebaker/split_fix_error_message_if_file_doesn...Sylvestre Ledru
2024-03-13Merge pull request #6061 from cre4ture/fix/flaky_timeout_kill_subprocessSylvestre Ledru
2024-03-13sort: fix incorrectly placed "}" in testDaniel Hofstetter
2024-03-12remove second sh process to have timeout waiting for the right processUlrich Hornung
2024-03-12using other than TERM/KILL signal to see if --preserve-status worksUlrich Hornung
2024-03-12 hashsum: also escape/unescape files with checks (#5868)Sylvestre Ledru
2024-03-12split: fix error msg shown if file doesn't existDaniel Hofstetter
2024-03-12Merge pull request #5851 from cre4ture/fix/install_invalid_link_at_destinationSylvestre Ledru
2024-03-11Fix install: invalid link at destinationUlrich Hornung
2024-03-11cp: improve the support of --attributes-only (#6051)Sylvestre Ledru
2024-03-10Merge pull request #6014 from BenWiederhake/dev-shuf-range-off-by-oneSylvestre Ledru
2024-03-10Merge pull request #6039 from BenWiederhake/dev-chcon-repeat-argsSylvestre Ledru
2024-03-10cut: allow non utf8 characters for delimiters (#6037)Yury Zhytkou
2024-03-10test/more: test argument --patternIdeflop
2024-03-10chgrp: fix clippy warningDaniel Hofstetter
2024-03-10pr: fix deprecation warnings & remove commentDaniel Hofstetter
2024-03-10Merge pull request #6052 from sylvestre/clippy43Daniel Hofstetter
2024-03-10Merge pull request #6050 from matrixhead/mainTerts Diepraam
2024-03-10touch: Respect -h when getting metadata (#5951)Yash Thakur