..
test_arch.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_base32.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_base64.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_basename.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_basenc.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_cat.rs
cat: bugfix when running with -T option
2025-04-02 18:59:27 -06:00
test_chcon.rs
chore: manual inline formatting
2025-04-08 00:23:21 -04:00
test_chgrp.rs
chore: use assert_eq! and assert_ne! instead of assert!
2025-04-08 13:25:41 -04:00
test_chmod.rs
chore: use assert_eq! and assert_ne! instead of assert!
2025-04-08 13:25:41 -04:00
test_chown.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_chroot.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_cksum.rs
chore: manual inline formatting
2025-04-08 00:23:21 -04:00
test_comm.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_cp.rs
cp: cp -P hardlink-to-symlink hardlink-to-same-symlink should noop
2025-04-14 13:06:53 +02:00
test_csplit.rs
chore: manual inline formatting
2025-04-08 00:23:21 -04:00
test_cut.rs
cut: Flush BufWriter, centralize output file logic
2025-03-31 13:45:10 +02:00
test_date.rs
Merge pull request #7755 from lavafroth/date-test-abs-diff
2025-04-14 09:43:14 +02:00
test_dd.rs
chore: manual inline formatting
2025-04-08 00:23:21 -04:00
test_df.rs
fix: df: filter filesystem types after mount point resolution ( #7452 )
2025-04-17 22:06:20 +02:00
test_dir.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_dircolors.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_dirname.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_du.rs
du: test existing correct behavior: warn about --inodes -b conflict
2025-04-18 16:21:24 +02:00
test_echo.rs
Merge pull request #7598 from sylvestre/uutests2
2025-03-28 22:32:49 +01:00
test_env.rs
env: ignore flags after the command or -- argument
2025-04-18 18:48:37 -07:00
test_expand.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_expr.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_factor.rs
fix clippy issues
2025-04-08 18:25:29 -04:00
test_false.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_fmt.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_fold.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_groups.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_hashsum.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_head.rs
head: return to parse::<usize> and switch to parse_size_u64_max
2025-04-12 23:38:32 +02:00
test_hostid.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_hostname.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_id.rs
chore: cleanup trailing commas before parens
2025-04-08 00:33:58 -04:00
test_install.rs
install: improve error message ( #7794 )
2025-04-20 18:45:15 +02:00
test_join.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_kill.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_link.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_ln.rs
chore: manual inline formatting
2025-04-08 00:23:21 -04:00
test_logname.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_ls.rs
ls,stat: fix single_char_pattern in tests
2025-04-18 13:52:47 +02:00
test_mkdir.rs
mkdir: add support of -Z
2025-04-10 18:26:41 -04:00
test_mkfifo.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_mknod.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_mktemp.rs
chore: manual inline formatting
2025-04-08 00:23:21 -04:00
test_more.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_mv.rs
chore: cleanup trailing commas before parens
2025-04-08 00:33:58 -04:00
test_nice.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_nl.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_nohup.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_nproc.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_numfmt.rs
numfmt: add --zero-terminated option
2025-04-08 10:05:26 -07:00
test_od.rs
od: Ensure stdin is left in the correct state
2025-04-18 21:14:29 -06:00
test_paste.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_pathchk.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_pinky.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_pr.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_printenv.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_printf.rs
tests: printf: Add more cases around 0, missing digits, etc.
2025-04-15 20:59:35 +02:00
test_ptx.rs
ptx: Flush BufWriter, add context to errors
2025-03-31 13:46:05 +02:00
test_pwd.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_readlink.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_realpath.rs
chore: manual inline formatting
2025-04-08 00:23:21 -04:00
test_rm.rs
chore: manual inline formatting
2025-04-08 00:23:21 -04:00
test_rmdir.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_runcon.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_seq.rs
seq: Trim whitespaces, then try to remove +
2025-04-04 17:09:33 +02:00
test_shred.rs
chore: use assert_eq! and assert_ne! instead of assert!
2025-04-08 13:25:41 -04:00
test_shuf.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_sleep.rs
sleep: add tests
2025-04-17 21:42:38 -04:00
test_sort.rs
Merge pull request #7622 from blyxxyz/flush-bufwriters
2025-04-08 20:52:51 +02:00
test_split.rs
chore: use assert_eq! and assert_ne! instead of assert!
2025-04-08 13:25:41 -04:00
test_stat.rs
ls,stat: fix single_char_pattern in tests
2025-04-18 13:52:47 +02:00
test_stdbuf.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_stty.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_sum.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_sync.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_tac.rs
tac: Flush BufWriter
2025-03-31 13:46:24 +02:00
test_tail.rs
tail: fix issue with -v flag and stdin
2025-04-19 09:49:06 -06:00
test_tee.rs
chore: manual inline formatting
2025-04-08 00:23:21 -04:00
test_test.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_timeout.rs
timeout: add tests
2025-04-17 21:32:58 -04:00
test_touch.rs
chore: use assert_eq! and assert_ne! instead of assert!
2025-04-08 13:25:41 -04:00
test_tr.rs
tr: Flush BufWriter, fix double error context
2025-03-31 13:46:33 +02:00
test_true.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_truncate.rs
chore: use assert_eq! and assert_ne! instead of assert!
2025-04-08 13:25:41 -04:00
test_tsort.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_tty.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_uname.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_unexpand.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_uniq.rs
uniq: Flush BufWriter, make error context GNU-like
2025-03-31 13:46:33 +02:00
test_unlink.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_uptime.rs
Merge pull request #7740 from Ecordonnier/eco/enable-utmpx-for-musl
2025-04-17 22:46:23 +02:00
test_users.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_vdir.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_wc.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_who.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_whoami.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00
test_yes.rs
uutests: adjust the tests to use them
2025-03-28 21:40:31 +01:00