..
test_arch.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_base32.rs
base32/base64/basenc: permit repeating -d/-i/-w flags
2024-02-24 21:11:18 +01:00
test_base64.rs
base32/base64/basenc: permit repeating -d/-i/-w flags
2024-02-24 21:11:18 +01:00
test_basename.rs
basename,realpath: update spell-checker:ignore
2024-08-09 14:58:12 +02:00
test_basenc.rs
basenc+tests: remove unused spell-checker:disable
2024-04-30 18:28:20 +02:00
test_cat.rs
tests: disable failed tests for cat on OpenBSD
2024-07-06 22:29:12 +02:00
test_chcon.rs
fix clippy tests
2024-06-30 16:27:08 +02:00
test_chgrp.rs
chgrp: fix clippy warning
2024-03-10 13:56:31 +01:00
test_chmod.rs
fix clippy tests
2024-06-30 16:27:08 +02:00
test_chown.rs
tests: disable failed tests for chown on OpenBSD
2024-07-06 22:29:12 +02:00
test_chroot.rs
clippy: fix redundant_clone lint warnings in tests
2024-04-21 01:26:50 +02:00
test_cksum.rs
cksum: correctly output non-utf8 filename
2024-07-27 01:29:01 +02:00
test_comm.rs
comm: implement and test correct handling of repeated flags
2024-03-23 23:35:40 +01:00
test_cp.rs
mv: gnu test case mv-n compatibility ( #6599 )
2024-09-14 09:11:17 +02:00
test_csplit.rs
csplit: do not emit remainder of input after an error
2024-03-23 23:21:53 +01:00
test_cut.rs
cut: two new tests; -d conflict & no arg
2024-04-04 21:33:22 +03:30
test_date.rs
tests(date): Add tests for #6392
2024-07-10 14:42:44 +02:00
test_dd.rs
dd: fix issue #5905 (different error msg from GNU) ( #6622 )
2024-09-07 15:34:03 +02:00
test_df.rs
fix clippy tests
2024-06-30 16:27:08 +02:00
test_dir.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_dircolors.rs
fix clippy tests
2024-06-30 16:27:08 +02:00
test_dirname.rs
dirname: accept repeated flag
2024-03-30 22:50:52 +01:00
test_du.rs
tests: fix warnings on OpenBSD for unused imports in by-util/test_*
2024-07-06 22:45:10 +02:00
test_echo.rs
echo: do not infer long args
2024-01-29 17:40:22 +01:00
test_env.rs
fix clippy tests
2024-06-30 16:27:08 +02:00
test_expand.rs
Merge pull request #5875 from cakebaker/expand_make_tab_explicit_in_test
2024-01-26 14:36:48 +01:00
test_expr.rs
tests: fix some clippy warnings
2024-05-25 09:06:16 +02:00
test_factor.rs
fix clippy tests
2024-06-30 16:27:08 +02:00
test_false.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_fmt.rs
fmt: fix error priority, make goal-errors more helpful
2024-05-06 19:36:39 +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
Merge pull request #6584 from howjmay/checksum-no-check
2024-07-23 15:20:35 +02:00
test_head.rs
tests: disable failed tests for head on OpenBSD
2024-07-06 22:29:16 +02:00
test_hostid.rs
hostid: return correct exit code on error
2024-04-14 15:42:13 +02:00
test_hostname.rs
hostname: enable test test_hostname_ip for FreeBSD and OpenBSD
2024-07-09 22:44:16 +02:00
test_id.rs
fix clippy tests
2024-06-30 16:27:08 +02:00
test_install.rs
clippy: simplify code according to nightly 'needless_borrows_for_generic_args' lint
2024-07-18 15:59:36 +02:00
test_join.rs
clippy: simplify code according to nightly 'needless_borrows_for_generic_args' lint
2024-07-18 15:59:36 +02:00
test_kill.rs
fix clippy tests
2024-06-30 16:27:08 +02:00
test_link.rs
Merge pull request #5182 from sylvestre/clippy_
2023-08-21 16:21:02 -04:00
test_ln.rs
fix clippy tests
2024-06-30 16:27:08 +02:00
test_logname.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_ls.rs
ls: bump lscolors version ( #6537 )
2024-08-19 18:07:28 +02:00
test_mkdir.rs
`mkdir
: added
acl
` permissions inheritance for subdirectories ( #6676 )
2024-09-11 21:35:25 +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
mktemp+tests: remove unused spell-checker:disable
2024-04-30 18:28:20 +02:00
test_more.rs
more: fix incorrect tests
2024-03-22 15:13:53 +01:00
test_mv.rs
mv: gnu test case mv-n compatibility ( #6599 )
2024-09-14 09:11:17 +02:00
test_nice.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_nl.rs
Fix errors reported by new version of cspell
2024-02-05 09:12:52 +01:00
test_nohup.rs
tests: fix warnings on OpenBSD for unused imports in by-util/test_*
2024-07-06 22:45:10 +02:00
test_nproc.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_numfmt.rs
numfmt+tests: remove unused spell-checker:disable
2024-04-30 18:28:20 +02:00
test_od.rs
od: do not panic on empty address radix
2024-09-01 07:59:19 -05:00
test_paste.rs
fix clippy tests
2024-06-30 16:27:08 +02:00
test_pathchk.rs
pathchk: remove useless comments
2024-01-09 15:19:22 +01:00
test_pinky.rs
clippy: simplify code according to nightly 'manual_unwrap_or_default' lint
2024-07-18 15:59:37 +02:00
test_pr.rs
pr: return correct exit code on error
2024-04-14 15:42:13 +02:00
test_printenv.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_printf.rs
printf: Fix extra padding ( #6548 )
2024-07-13 10:19:01 +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
basename,realpath: update spell-checker:ignore
2024-08-09 14:58:12 +02:00
test_rm.rs
clippy: simplify code according to nightly 'needless_borrows_for_generic_args' lint
2024-07-18 15:59:36 +02:00
test_rmdir.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_runcon.rs
adjust error for runcon & stdbuf to make tests/misc/invalid-opt.pl pass
2024-08-20 22:28:16 +02:00
test_seq.rs
seq: add the unit test even if they are failing for now ( #6236 )
2024-04-21 14:48:03 +02:00
test_shred.rs
shred: accept shortcuts for stringly-enum arguments
2024-04-14 15:39:46 +02:00
test_shuf.rs
clippy: simplify code according to nightly 'needless_borrows_for_generic_args' lint
2024-07-18 15:59:36 +02:00
test_sleep.rs
dircolors+join+sleep: optimize int and string ops as required by clippy nightly
2024-08-11 23:56:30 +02:00
test_sort.rs
clippy: simplify code according to nightly 'needless_borrows_for_generic_args' lint
2024-07-18 15:59:36 +02:00
test_split.rs
tests: disable failed tests for split on OpenBSD
2024-07-06 22:29:18 +02:00
test_stat.rs
tests: disable failed tests for stat on OpenBSD
2024-07-06 22:29:18 +02:00
test_stdbuf.rs
adjust error for runcon & stdbuf to make tests/misc/invalid-opt.pl pass
2024-08-20 22:28:16 +02: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
clippy: simplify code according to nightly 'needless_borrows_for_generic_args' lint
2024-07-18 15:59:36 +02:00
test_tee.rs
fix clippy tests
2024-06-30 16:27:08 +02:00
test_test.rs
test: -o arg should trigger an error ( #6642 )
2024-08-13 11:05:35 +02:00
test_timeout.rs
uucore+timeout: accept signals of any casing
2024-07-03 04:15:52 +02:00
test_touch.rs
tests: disable failed tests for touch on OpenBSD
2024-07-06 22:29:20 +02:00
test_tr.rs
clippy: simplify code according to nightly 'byte_char_slices' lint
2024-07-18 15:59:36 +02:00
test_true.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_truncate.rs
tests: remove 'target_pointer_width = "128"'
2024-05-20 23:27:53 +02:00
test_tsort.rs
fix clippy tests
2024-06-30 16:27:08 +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
tests: fix some clippy warnings
2024-05-25 09:06:16 +02:00
test_uniq.rs
fix clippy tests
2024-06-30 16:27:08 +02:00
test_unlink.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_uptime.rs
uptime: relax error message due to different errno on MacOS
2024-07-15 21:49:42 +02:00
test_users.rs
users: support OpenBS using utmp
2024-06-29 08:19:24 +03:30
test_vdir.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_wc.rs
fix clippy tests
2024-06-30 16:27:08 +02:00
test_who.rs
tests: disable tests for tools unsupported on OpenBSD
2024-01-19 17:37:45 +01: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