1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-09 04:06:02 +00:00
coreutils/tests/fixtures
2024-05-14 23:21:56 +02:00
..
base32 base32: Fixed style violations. Added tests 2021-04-26 08:00:55 -07:00
base64 base64: Moved argument parsing to clap. 2021-05-01 11:36:46 -07:00
cat tests ~ refactor/polish spelling (comments, names, and exceptions) 2021-05-31 08:23:57 -05:00
chgrp chgrp: replace getopts with clap (#2118) 2021-06-10 16:38:44 -04:00
cksum cksum/blake2b: improve the error management 2024-05-14 23:21:56 +02:00
comm comm: permit and test separators that contain a hyphen 2024-03-23 23:35:40 +01:00
cp cp: test that file descriptors are closed 2021-06-02 19:21:16 +02:00
csplit csplit: refresh of the previous PR 2020-12-28 17:21:29 +01:00
cut cut: allow non utf8 characters for delimiters (#6037) 2024-03-10 22:36:17 +01:00
dd Fix a TODO by making conv_block_unblock_helper consume the input. (#3787) 2022-08-28 10:07:04 +02:00
dircolors bring back the old format 2023-12-04 22:51:08 +01:00
du du: add --dereference 2021-06-17 14:06:41 +07:00
env env: support string args by "-S", "-vS" or "--split-strings" 2024-03-19 00:45:05 +01:00
expand test(expand): Add some tests for expand (#1505) 2020-05-15 18:09:10 -05:00
fmt fmt: add basic tests for split-only, prefix, and skip-prefix args 2024-05-05 17:03:28 +02:00
fold fold: move to clap, add tests (#2015) 2021-04-06 22:51:27 +02:00
hashsum tests/hashsum: Fix missing space in checkfile 2022-02-10 13:55:53 +05:30
head head: two new tests. Improves function coverage from 38 to 75 2024-04-06 05:40:26 +02:00
install Fix install: invalid link at destination 2024-03-11 23:31:26 +01:00
join Merge pull request #2902 from jtracey/join-non-unicode-sep 2022-01-31 21:54:56 +01:00
mv rewrite tests for cargo compat, decoupled directory, output handling 2015-11-23 02:04:15 -05:00
nl rewrite tests for cargo compat, decoupled directory, output handling 2015-11-23 02:04:15 -05:00
nohup config terminal simulation for specific stdios only 2024-04-23 19:56:17 +02:00
numfmt numfmt: implement --field 2021-03-08 10:53:34 -05:00
od od: implement --traditional 2016-09-02 21:24:29 +02:00
paste rewrite tests for cargo compat, decoupled directory, output handling 2015-11-23 02:04:15 -05:00
pr pr: Fixes after rebasing 2021-03-26 17:57:19 +03:00
ptx ptx: escape regular expression character class special chars 2022-04-30 10:01:11 +02:00
shuf Add shuf tests (#1958) 2021-03-28 17:52:01 +02:00
sort sort: handle empty merge inputs 2021-07-31 21:02:20 +02:00
split split: implementing separator option (#5331) 2023-10-03 00:42:46 +02:00
sum sum: fix output when using BSD sum algo (-r) 2023-01-13 10:05:09 +01:00
tac tac: correct behavior of -b option (#2523) 2021-08-22 21:01:17 +02:00
tail tail: change notify backend on macOS from FSEvents to kqueue 2021-10-01 21:33:30 +02:00
test test: add tests for basic tests & edge cases 2021-05-01 22:40:47 -04:00
tsort rewrite tests for cargo compat, decoupled directory, output handling 2015-11-23 02:04:15 -05:00
unexpand feat(unexpand): move from getopts to clap (#1883) 2021-03-23 09:42:05 +01:00
uniq uniq: pass remaining GNU tests (#5994) 2024-02-25 09:45:37 +01:00
util config terminal simulation for specific stdios only 2024-04-23 19:56:17 +02:00
wc wc: more tests and fixes 2023-05-22 01:02:35 -07:00
.gitattributes .gitattributes: treat tests/fixtures/** as binary data to prevent CRLF convertion by git under Windows 2016-02-14 17:09:47 +01:00