coreutils/tests/by-util
Nicolas Boichat 2d63020cd9 du: Add support for reading time-style from environment
Similar as what ls does, but du has an extra compatibility layer
described in the GNU manual (and that upstream dev helped me
understand: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=79113 ).
2025-07-30 17:27:22 +08:00
..
test_arch.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_base32.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_base64.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_basename.rs test_basename: Fix test_invalid_utf8_args 2025-07-23 21:06:02 +08:00
test_basenc.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_cat.rs cat: fix race condition in broken pipe handling test 2025-07-14 18:25:15 +02:00
test_chcon.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_chgrp.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02: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 cksum: Fix file quoting on stderr (#8272) 2025-06-29 22:07:27 +02:00
test_comm.rs fix clippy (#8275) 2025-06-27 09:15:24 +02:00
test_cp.rs uutests: Change dir_exists to take a templated AsRef<Path> 2025-07-22 17:25:59 +08:00
test_csplit.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_cut.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_date.rs date: update deprecated TZ 2025-07-28 21:13:54 +02:00
test_dd.rs l10n: port dd for translation + add french 2025-06-28 21:52:00 +02:00
test_df.rs test_df: Use lossy stdout string 2025-07-24 09:39:18 +08:00
test_dir.rs uutests: adjust the tests to use them 2025-03-28 21:40:31 +01:00
test_dircolors.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_dirname.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_du.rs du: Add support for reading time-style from environment 2025-07-30 17:27:22 +08:00
test_echo.rs echo: rename test function 2025-07-14 12:41:12 +02:00
test_env.rs env: adjust to test after the improvement on the error message 2025-06-30 13:42:40 +02:00
test_expand.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_expr.rs test(expr): add locale-related tests, remove deprecated tests 2025-07-09 15:34:07 +02:00
test_factor.rs fix clippy issues 2025-04-08 18:25:29 -04:00
test_false.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_fmt.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_fold.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_groups.rs uutests: adjust the tests to use them 2025-03-28 21:40:31 +01:00
test_hashsum.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_head.rs head: fix meaning of ---presume-input-pipe 2025-07-07 18:37:48 -07:00
test_hostid.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_hostname.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_id.rs selinux: use the uucore::selinux::is_selinux_enabled() function 2025-05-11 09:36:15 +02:00
test_install.rs install: Fix --no-target-directory with existing file 2025-07-29 12:24:31 +02:00
test_join.rs uutests: adjust the tests to use them 2025-03-28 21:40:31 +01:00
test_kill.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_link.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_ln.rs ln: don't show error when overwriting a link with -sfn (#7449) 2025-05-30 16:29:43 +02:00
test_logname.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_ls.rs ls: Print dates in the future as "old" ones 2025-07-30 17:27:22 +08:00
test_mkdir.rs Merge pull request #8367 from drinkcat/mkdir-osstr 2025-07-22 17:15:19 +02:00
test_mkfifo.rs chore: fix uninlined_format_args lint 2025-07-09 10:50:36 +02:00
test_mknod.rs Merge pull request #8343 from TheJJ/fix-mknod-mode 2025-07-29 11:53:21 +02:00
test_mktemp.rs chore: manual inline formatting 2025-04-08 00:23:21 -04:00
test_more.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_mv.rs uutests: Change dir_exists to take a templated AsRef<Path> 2025-07-22 17:25:59 +08:00
test_nice.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02: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 tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_od.rs od: add fH and fB format specifiers 2025-07-22 19:38:21 +09:00
test_paste.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_pathchk.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_pinky.rs uutests: adjust the tests to use them 2025-03-28 21:40:31 +01:00
test_pr.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_printenv.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_printf.rs printf: accept non-UTF-8 input in FORMAT and ARGUMENT arguments 2025-07-16 00:28:34 +02:00
test_ptx.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_pwd.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_readlink.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_realpath.rs chore: manual inline formatting 2025-04-08 00:23:21 -04:00
test_rm.rs rm: fix too long filename corner case 2025-07-03 23:00:12 +02:00
test_rmdir.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_runcon.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_seq.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_shred.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_shuf.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_sleep.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_sort.rs sort: Support hexadecimal numbers/floats correctly 2025-07-23 21:14:14 +02:00
test_split.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_stat.rs ls,stat: fix single_char_pattern in tests 2025-04-18 13:52:47 +02:00
test_stdbuf.rs chore: fix uninlined_format_args lint 2025-07-09 10:50:36 +02:00
test_stty.rs stty: support sane settings 2025-07-16 22:33:33 +08:00
test_sum.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_sync.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_tac.rs tac: Flush BufWriter 2025-03-31 13:46:24 +02:00
test_tail.rs tail: fix race condition in broken pipe handling test 2025-07-14 18:25:15 +02:00
test_tee.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_test.rs uutests: adjust the tests to use them 2025-03-28 21:40:31 +01:00
test_timeout.rs Merge pull request #8197 from Luv-Ray/timeout_catch_sigterm 2025-07-05 17:19:40 +02:00
test_touch.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_tr.rs tr: Fix regression causing read error with sockets (#8083) 2025-07-09 15:47:16 +02:00
test_true.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02: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 tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_tty.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_uname.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_unexpand.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_uniq.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_unlink.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_uptime.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +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 tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_who.rs uutests: adjust the tests to use them 2025-03-28 21:40:31 +01:00
test_whoami.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_yes.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00