1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 02:01:05 +00:00
uutils-coreutils/tests/by-util
Jed Denlea 3870ee252a yes: support non-UTF-8 args
Also, tighten the creation of the output buffer.  Rather than copy "y\n"
8192 times, or any other input some number of times, it can be doubled
in place using Vec::extend_from_within.
2023-05-15 11:29:14 -07:00
..
test_arch.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_base32.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_base64.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_basename.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_basenc.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_cat.rs tests: fix unused imports warnings on Windows 2023-03-20 16:06:56 +01:00
test_chcon.rs all: use array intoiterator 2022-04-05 10:39:31 +02:00
test_chgrp.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_chmod.rs Disable test_gnu_options on android 2023-04-30 20:08:06 +02:00
test_chown.rs tests: remove all "extern crate" statements 2023-04-10 08:31:31 +02:00
test_chroot.rs chroot: fix unused import on Android 2023-03-22 12:02:01 +08:00
test_cksum.rs cksum: implement --untagged 2023-05-14 16:43:14 +02:00
test_comm.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_cp.rs cp: preserve permissions on -r -p --parents 2023-05-12 11:34:51 -07:00
test_csplit.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_cut.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_date.rs date: bugfix test_date_for_no_permission_file (#4544) 2023-05-10 18:40:58 +02:00
test_dd.rs Merge pull request #4432 from jfinkels/dd-nocache 2023-05-12 09:53:57 +02:00
test_df.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_dir.rs tests: remove all "extern crate" statements 2023-04-10 08:31:31 +02:00
test_dircolors.rs tests: remove all "extern crate" statements 2023-04-10 08:31:31 +02:00
test_dirname.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_du.rs du: fix clippy warning in test 2023-04-21 17:01:40 +02:00
test_echo.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_env.rs Remove keep_env from the test framework 2023-03-24 14:25:37 +08:00
test_expand.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_expr.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_factor.rs Disable test_factor::test_parallel on android 2023-04-29 21:29:47 +02:00
test_false.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_fmt.rs fmt: cleanup tests 2023-04-20 15:22:26 +02:00
test_fold.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_groups.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_hashsum.rs b2sum: added tests to handle 0, non multiple of 8 and and more than 512 cases 2023-04-12 21:05:11 +02:00
test_head.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_hostid.rs tests: remove all "extern crate" statements 2023-04-10 08:31:31 +02:00
test_hostname.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_id.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_install.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_join.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_kill.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_link.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_ln.rs ln -i: adjust the behavior to match the GNU change 2023-03-25 11:22:45 +01:00
test_logname.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_ls.rs ls: when facing an invalid utf-8, don't panic 2023-05-14 22:11:44 +02:00
test_mkdir.rs tests: remove all "extern crate" statements 2023-04-10 08:31:31 +02:00
test_mkfifo.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_mknod.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_mktemp.rs Merge pull request #4379 from ZauJulio/hotfix-mktemp 2023-04-26 18:28:56 +02:00
test_more.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_mv.rs Merge pull request #4831 from sylvestre/mv-hardlink 2023-05-08 16:12:23 +02:00
test_nice.rs Avoid spurious failures in the presence of non-zero default nice 2023-04-25 14:39:37 -07:00
test_nl.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_nohup.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_nproc.rs Remove keep_env from the test framework 2023-03-24 14:25:37 +08:00
test_numfmt.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_od.rs tests: remove all "extern crate" statements 2023-04-10 08:31:31 +02:00
test_paste.rs paste: ignore failing test on Windows 2023-04-28 15:08:01 +02:00
test_pathchk.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_pinky.rs tests: remove all "extern crate" statements 2023-04-10 08:31:31 +02:00
test_pr.rs tests: remove all "extern crate" statements 2023-04-10 08:31:31 +02:00
test_printenv.rs Remove keep_env from the test framework 2023-03-24 14:25:37 +08:00
test_printf.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_ptx.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_pwd.rs Fix some trivial clippy warnings 2023-04-20 23:22:05 +02:00
test_readlink.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_realpath.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_relpath.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_rm.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_rmdir.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_runcon.rs all: use array intoiterator 2022-04-05 10:39:31 +02:00
test_seq.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_shred.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_shuf.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_sleep.rs sleep: fix broken tests due to fundu update 2023-05-01 14:25:59 +02:00
test_sort.rs Disable test_sort::test_compress_fail (for real) & test_cp::test_cp_arg_interactive_update on android 2023-04-29 20:39:18 +02:00
test_split.rs tests: remove all "extern crate" statements 2023-04-10 08:31:31 +02:00
test_stat.rs tests: remove all "extern crate" statements 2023-04-10 08:31:31 +02:00
test_stdbuf.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_stty.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_sum.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_sync.rs tests: remove all "extern crate" statements 2023-04-10 08:31:31 +02:00
test_tac.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_tail.rs tests/tail: Change static global variables to const 2023-04-23 23:11:40 +02:00
test_tee.rs simplify code 2023-05-11 18:19:49 +02:00
test_test.rs test: refactor error handling with ParseError enum 2023-03-25 14:03:45 +01:00
test_timeout.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_touch.rs Merge pull request #4769 from sylvestre/touch 2023-04-25 08:26:23 +02:00
test_tr.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_true.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_truncate.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_tsort.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_tty.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_uname.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_unexpand.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_uniq.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_unlink.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_uptime.rs tests: remove all "extern crate" statements 2023-04-10 08:31:31 +02:00
test_users.rs Remove keep_env from the test framework 2023-03-24 14:25:37 +08:00
test_vdir.rs tests: remove all "extern crate" statements 2023-04-10 08:31:31 +02:00
test_wc.rs wc: use concat! to improve readability of tests 2023-04-04 16:36:49 +02:00
test_who.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_whoami.rs tests: fix "unresolved import" warnings on Windows 2023-03-20 16:26:31 +01:00
test_yes.rs yes: support non-UTF-8 args 2023-05-15 11:29:14 -07:00