..
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: copy dir if source path ends with dot ( #7874 )
2025-05-04 09:31:34 +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
date: move file header to top; merge imports ( #7857 )
2025-05-04 09:36:21 +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
expr: Fix parsing negated character classes "[^a]" ( #7884 )
2025-05-04 17:35:18 +02: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
id: remove unnecessary #[cfg(unix)] in tests
2025-04-24 15:21:11 +02:00
test_install.rs
install: implement the --no-target-directory option ( #7867 )
2025-05-02 07:24:16 +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: update chrono crate version and switch to new_lenient use ( #7858 )
2025-04-29 16:29:42 +02:00
test_mkdir.rs
set_selinux_security_context: also display the error from the crate
2025-05-03 23:16:43 +02:00
test_mkfifo.rs
set_selinux_security_context: match GNU's error
2025-05-01 14:10:13 +02:00
test_mknod.rs
set_selinux_security_context: match GNU's error
2025-05-01 14:10:13 +02: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
mv: fix moving FIFO to a different filesystem
2025-04-19 11:12:53 -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
printf: use non-zero indexes
2025-04-28 14:06:12 -04: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
Merge pull request #7492 from bitspill/rm
2025-04-27 23:54:16 +02: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: Add a print_seq fast path function for integer and positive increments
2025-04-21 11:25:54 +02:00
test_shred.rs
shred: remove obsolete test
2025-04-24 09:25:11 +02: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
split: fix a racing condition that causes issue #7869
2025-05-04 16:49:03 +08: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
Merge pull request #7760 from Qelxiros/7670-tail-hex-formatting
2025-04-23 18:34:00 +02: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
uptime: fix "unused import" warnings with musl
2025-05-02 09:09:57 +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