| .. |
|
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: refuse to copy symlink over itself
|
2025-04-28 09:56:43 +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: add tests for relative weekdays
|
2025-04-25 14:09:22 -07: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: Escape anchor characters within pattern (#7842)
|
2025-04-27 23:52:35 +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: fixes issue #7795
|
2025-04-25 03:48:50 -07: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
|
Merge pull request #7816 from drinkcat/test_ls_more_acl
|
2025-04-21 22:45:44 +02:00 |
|
test_mkdir.rs
|
spell: add getfattr in the ignore list
|
2025-04-24 21:54:29 +02:00 |
|
test_mkfifo.rs
|
mkfifo: implement selinux support
|
2025-04-24 21:54:12 +02:00 |
|
test_mknod.rs
|
spell: add getfattr in the ignore list
|
2025-04-24 21:54:29 +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: Add indexing to format strings
|
2025-04-24 22:11:49 -05: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
|
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
|
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
|
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 |