..
test_arch.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_base32.rs
all: normalize license notice in all *.rs files
2023-08-24 12:21:09 +02:00
test_base64.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_basename.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_basenc.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_cat.rs
cat: return the same error message as GNU with loop symlink ( #5466 )
2023-10-28 22:29:24 +02:00
test_chcon.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_chgrp.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_chmod.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_chown.rs
Merge pull request #5168 from cakebaker/chown_remove_duplication_in_tests
2023-08-21 12:22:32 +02:00
test_chroot.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_cksum.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_comm.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_cp.rs
cp: fix cp -rT dir dir2 leads to different result than with GNU cp ( #5467 )
2023-10-30 17:55:03 +01:00
test_csplit.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_cut.rs
cut: fail when the input == usize::MAX
2023-09-26 09:40:21 +02:00
test_date.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_dd.rs
tests/dd: Do not use the OS provided dd utility on FIFOs
2023-10-25 00:05:56 -07:00
test_df.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_dir.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_dircolors.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_dirname.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_du.rs
all: normalize license notice in all *.rs files
2023-08-24 12:21:09 +02:00
test_echo.rs
echo: don't output "\n" if "\c" is encountered
2023-10-03 14:37:15 +02:00
test_env.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_expand.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_expr.rs
tests/expr: add tests for ""
2023-10-17 22:26:19 +08:00
test_factor.rs
factor: short circuit on write error, but not on parse error
2023-08-30 18:51:29 +02:00
test_false.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_fmt.rs
fmt: use clap's value parser for goal & width
2023-09-28 10:50:56 +02:00
test_fold.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_groups.rs
all: normalize license notice in all *.rs files
2023-08-24 12:21:09 +02:00
test_hashsum.rs
hashsum: change debug to display format with --tag
2023-08-29 10:15:38 +02:00
test_head.rs
uucore: implement SI suffixes R and Q
2023-10-17 10:50:50 -04:00
test_hostid.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_hostname.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_id.rs
all: normalize license notice in all *.rs files
2023-08-24 12:21:09 +02:00
test_install.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_join.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_kill.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_link.rs
Merge pull request #5182 from sylvestre/clippy_
2023-08-21 16:21:02 -04:00
test_ln.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_logname.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_ls.rs
Merge pull request #5446 from cakebaker/ls_try_get_matches_from
2023-10-25 11:25:40 +02:00
test_mkdir.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_mkfifo.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_mknod.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_mktemp.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_more.rs
Use std::io::IsTerminal instead of is-terminal
2023-09-04 10:35:17 +02:00
test_mv.rs
mv: Fix stderr output mv file into dir and dir into file where both are files ( #5464 )
2023-10-28 15:04:51 +02:00
test_nice.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_nl.rs
nl: defer showing "line number overflow" error
2023-09-30 15:35:05 +02:00
test_nohup.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_nproc.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_numfmt.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_od.rs
all: normalize license notice in all *.rs files
2023-08-24 12:21:09 +02:00
test_paste.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_pathchk.rs
tests/pathchk: check error message
2023-10-19 01:29:53 +08:00
test_pinky.rs
all: normalize license notice in all *.rs files
2023-08-24 12:21:09 +02:00
test_pr.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_printenv.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_printf.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_ptx.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_pwd.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_readlink.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_realpath.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_rm.rs
rm: In some cases, remove_dir is doing a better job than remove_dir_all
2023-10-14 12:09:27 +02:00
test_rmdir.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_runcon.rs
Fix clippy warnings with Rust 1.72.0
2023-08-25 13:22:02 +02:00
test_seq.rs
Merge pull request #5124 from shinhs0506/seq-parse
2023-09-30 06:59:32 +02:00
test_shred.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_shuf.rs
Merge pull request #5182 from sylvestre/clippy_
2023-08-21 16:21:02 -04:00
test_sleep.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_sort.rs
all: normalize license notice in all *.rs files
2023-08-24 12:21:09 +02:00
test_split.rs
split
: --filter
and stdin updates (#5418 )
2023-10-20 08:47:32 +02:00
test_stat.rs
all: normalize license notice in all *.rs files
2023-08-24 12:21:09 +02:00
test_stdbuf.rs
implement R and Q prefixes
2023-10-17 10:50:50 -04:00
test_stty.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_sum.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_sync.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_tac.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_tail.rs
all: normalize license notice in all *.rs files
2023-08-24 12:21:09 +02:00
test_tee.rs
clippy: fix warnings in tests
2023-10-06 10:11:26 +02:00
test_test.rs
test: use mtime for -ot and fix direction of comparison
2023-10-22 17:44:40 -07:00
test_timeout.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_touch.rs
Update parse_datetime to 0.5.0 ( #5313 )
2023-10-01 18:01:46 +02:00
test_tr.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_true.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_truncate.rs
uucore: implement SI suffixes R and Q
2023-10-17 10:50:50 -04:00
test_tsort.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_tty.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_uname.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_unexpand.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_uniq.rs
uniq: added support for deprecated -N
option ( #4228 )
2023-09-24 14:44:44 +02:00
test_unlink.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_uptime.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_users.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_vdir.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_wc.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_who.rs
all: normalize license notice in all *.rs files
2023-08-24 12:21:09 +02:00
test_whoami.rs
all: normalize license notice in all *.rs files
2023-08-24 12:21:09 +02:00
test_yes.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00