| .. |
|
test_arch.rs
|
|
|
|
test_base32.rs
|
add some tests for Clap's InferLongArgs setting
|
2022-01-29 02:06:32 +01:00 |
|
test_base64.rs
|
add some tests for Clap's InferLongArgs setting
|
2022-01-29 02:06:32 +01:00 |
|
test_basename.rs
|
remove needless pass by value
|
2022-01-30 15:08:26 +01:00 |
|
test_basenc.rs
|
|
|
|
test_cat.rs
|
remove unnecessary 'to_owned'
|
2022-01-30 14:01:21 +01:00 |
|
test_chcon.rs
|
use semicolons if nothing returned
|
2022-01-30 15:08:26 +01:00 |
|
test_chgrp.rs
|
add some tests for Clap's InferLongArgs setting
|
2022-01-29 02:06:32 +01:00 |
|
test_chmod.rs
|
remove needless pass by value
|
2022-01-30 15:08:26 +01:00 |
|
test_chown.rs
|
use semicolons if nothing returned
|
2022-01-30 15:08:26 +01:00 |
|
test_chroot.rs
|
test_chroot: add comments
|
2021-09-22 13:53:57 +02:00 |
|
test_cksum.rs
|
cksum: accept directories as empty files
|
2021-12-26 21:50:13 +01:00 |
|
test_comm.rs
|
comm: return UResult from uumain() function
|
2021-12-24 13:40:18 -05:00 |
|
test_cp.rs
|
Merge pull request #3044 from water-ghosts/cp-dir-vs-file
|
2022-02-06 22:01:37 +01:00 |
|
test_csplit.rs
|
|
|
|
test_cut.rs
|
Fix clippy octal-escapes warning
|
2022-02-11 13:02:06 +00:00 |
|
test_date.rs
|
add some tests for Clap's InferLongArgs setting
|
2022-01-29 02:06:32 +01:00 |
|
test_dd.rs
|
dd: correctly account for partial record written
|
2022-02-12 22:38:25 -05:00 |
|
test_df.rs
|
df: always produce the same order in output table
|
2022-02-12 21:14:14 -05:00 |
|
test_dircolors.rs
|
|
|
|
test_dirname.rs
|
|
|
|
test_du.rs
|
add additional lints
|
2022-01-31 20:40:47 +01:00 |
|
test_echo.rs
|
Allow echo with escapes to work with \0
|
2022-01-30 17:24:29 -05:00 |
|
test_env.rs
|
add additional lints
|
2022-01-31 20:40:47 +01:00 |
|
test_expand.rs
|
|
|
|
test_expr.rs
|
|
|
|
test_factor.rs
|
update to sha 0.10.0 (#3110)
|
2022-02-12 18:12:02 +01:00 |
|
test_false.rs
|
false,true: Implement custom help, version
|
2022-02-01 14:29:26 +01:00 |
|
test_fmt.rs
|
|
|
|
test_fold.rs
|
|
|
|
test_groups.rs
|
|
|
|
test_hashsum.rs
|
hashsum: Add BLAKE3 to Hashing Algorithms
|
2022-02-10 12:46:44 +05:30 |
|
test_head.rs
|
Merge pull request #2957 from jfinkels/head-preserve-no-final-newline
|
2022-02-12 19:03:13 +01:00 |
|
test_hostid.rs
|
|
|
|
test_hostname.rs
|
|
|
|
test_id.rs
|
|
|
|
test_install.rs
|
uucore: allow backup suffix with hyphen value
|
2022-01-31 12:10:57 +01:00 |
|
test_join.rs
|
join: flush stdout before final error message
|
2022-02-07 22:32:02 -05:00 |
|
test_kill.rs
|
use 'Self' and derive 'Default' where possible
|
2022-01-30 15:08:26 +01:00 |
|
test_link.rs
|
link: clap 3
|
2022-01-11 19:16:47 +01:00 |
|
test_ln.rs
|
uucore: allow backup suffix with hyphen value
|
2022-01-31 12:10:57 +01:00 |
|
test_logname.rs
|
|
|
|
test_ls.rs
|
ls: add new optional arguments to --classify flag (#3041)
|
2022-02-10 21:35:20 +01:00 |
|
test_mkdir.rs
|
use semicolons if nothing returned
|
2022-01-30 15:08:26 +01:00 |
|
test_mkfifo.rs
|
|
|
|
test_mknod.rs
|
mknod: clap 3
|
2022-01-11 19:16:47 +01:00 |
|
test_mktemp.rs
|
|
|
|
test_more.rs
|
tests: use CmdResult::usage_error
|
2021-11-09 17:37:05 -03:00 |
|
test_mv.rs
|
uucore: allow backup suffix with hyphen value
|
2022-01-31 12:10:57 +01:00 |
|
test_nice.rs
|
tests: use CmdResult::usage_error
|
2021-11-09 17:37:05 -03:00 |
|
test_nl.rs
|
|
|
|
test_nohup.rs
|
|
|
|
test_nproc.rs
|
|
|
|
test_numfmt.rs
|
numfmt: ignore stdin write error
|
2022-01-17 16:24:40 +01:00 |
|
test_od.rs
|
simplify some boolean operations
|
2022-01-30 14:01:21 +01:00 |
|
test_paste.rs
|
tests/paste: Add test to avoid trimming extra whitespace
|
2022-01-30 23:03:11 -05:00 |
|
test_pathchk.rs
|
|
|
|
test_pinky.rs
|
use 'char' instead of 'str' for single character patterns
|
2022-01-30 14:01:21 +01:00 |
|
test_pr.rs
|
|
|
|
test_printenv.rs
|
|
|
|
test_printf.rs
|
printf: Support leading zeroes with %0n formatting
|
2022-02-05 00:43:09 -08:00 |
|
test_ptx.rs
|
|
|
|
test_pwd.rs
|
|
|
|
test_readlink.rs
|
|
|
|
test_realpath.rs
|
|
|
|
test_relpath.rs
|
remove explicit iter loops
|
2022-01-30 15:08:26 +01:00 |
|
test_rm.rs
|
rm: fix 3 leading hyphens for ---presume-input-tty
|
2022-01-18 12:54:50 +01:00 |
|
test_rmdir.rs
|
|
|
|
test_runcon.rs
|
|
|
|
test_seq.rs
|
seq: correct error message for zero increment
|
2022-01-27 21:17:27 -05:00 |
|
test_shred.rs
|
|
|
|
test_shuf.rs
|
use semicolons if nothing returned
|
2022-01-30 15:08:26 +01:00 |
|
test_sleep.rs
|
|
|
|
test_sort.rs
|
test_sort: Preserve the environment variable when executing tests (#3031)
|
2022-02-03 16:02:50 +01:00 |
|
test_split.rs
|
Merge pull request #2827 from jfinkels/split-std-io-copy
|
2022-02-12 11:33:12 +01:00 |
|
test_stat.rs
|
Merge pull request #3053 from snobee/stat-handle-negative-time
|
2022-02-08 20:45:21 +01:00 |
|
test_stdbuf.rs
|
stdbuf: clap 3
|
2022-01-11 19:16:48 +01:00 |
|
test_sum.rs
|
|
|
|
test_sync.rs
|
|
|
|
test_tac.rs
|
tac: add support for --regex option to tac
|
2021-09-11 22:54:55 -04:00 |
|
test_tail.rs
|
dont use is_numeric to check for digits
|
2022-02-03 21:42:22 +08:00 |
|
test_tee.rs
|
remove explicit iter loops
|
2022-01-30 15:08:26 +01:00 |
|
test_test.rs
|
|
|
|
test_timeout.rs
|
|
|
|
test_touch.rs
|
touch: show error on -h with nonexistent file
|
2022-02-11 20:58:16 -05:00 |
|
test_tr.rs
|
Merge branch 'main' into hbina-tr-reimplement-expansion
|
2022-01-21 14:42:30 +01:00 |
|
test_true.rs
|
false,true: Implement custom help, version
|
2022-02-01 14:29:26 +01:00 |
|
test_truncate.rs
|
Merge pull request #2944 from jfinkels/truncate-fifo
|
2022-02-12 11:36:17 +01:00 |
|
test_tsort.rs
|
|
|
|
test_tty.rs
|
tty: Make test_stdout_fail() less flaky
|
2021-09-10 19:29:27 +02:00 |
|
test_uname.rs
|
|
|
|
test_unexpand.rs
|
|
|
|
test_uniq.rs
|
tests/uniq: update test
|
2021-10-24 02:59:50 -03:00 |
|
test_unlink.rs
|
unlink: Simplify, remove unsafe, move to core
|
2021-09-10 21:50:38 +02:00 |
|
test_uptime.rs
|
|
|
|
test_users.rs
|
|
|
|
test_wc.rs
|
wc: implement files0-from option
|
2022-02-04 10:12:08 -03:00 |
|
test_who.rs
|
add some tests for Clap's InferLongArgs setting
|
2022-01-29 02:06:32 +01:00 |
|
test_whoami.rs
|
whoami: Run tests on Windows
|
2021-09-14 14:13:58 +02:00 |
|
test_yes.rs
|
fix spell-check errors
|
2021-11-19 17:55:02 -06:00 |