coreutils/tests/by-util
2023-08-08 09:10:33 +02: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 Remove users crate 2023-06-04 14:55:16 +02:00
test_chmod.rs Disable test_gnu_options on android 2023-04-30 20:08:06 +02:00
test_chown.rs Remove users crate 2023-06-04 14:55:16 +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 clippy: fix warnings introduced by Rust 1.71.0 2023-07-13 17:35:33 +02: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 Remove users crate 2023-06-04 14:55:16 +02:00
test_dd.rs Merge pull request #4432 from jfinkels/dd-nocache 2023-05-12 09:53:57 +02:00
test_df.rs df: disable failing tests on Windows 2023-06-28 14:43:35 +02: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 "unused import" warning on Windows 2023-06-27 15:05:27 +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 uucore: provide capacity for vectors 2023-07-14 22:45:49 -07: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 fix: Correctly detect format when using md5sum with check flag (#4645) 2023-05-27 23:56:15 +02:00
test_head.rs head: interpret size as decimal 2023-05-30 13:32:48 -07: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 Remove users crate 2023-06-04 14:55:16 +02: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 tests/ls: Test overflowing decimal and octal values of --width 2023-07-12 23:24:26 +05:30
test_mkdir.rs mkdir: rename var "scene2" -> "scene" in test 2023-06-07 10:44:11 +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 mktemp: fix both_tmpdir_flags_present test on windows 2023-07-18 12:46:05 +02:00
test_more.rs tests/more: test argument --from-line 2023-06-26 21:57:52 +02:00
test_mv.rs mv: add the check with --b=simple and when the source is a backup 2023-06-28 23:11:28 +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 Merge pull request #5103 from cakebaker/nl_join_blank_lines_show_error_if_zero 2023-07-25 20:18:43 +02: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 numfmt: add --invalid option (#4249) 2023-07-01 17:08:12 +02:00
test_od.rs od: fix parsing of hex input ending with E 2023-06-18 21:02:39 +05:30
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 pwd: Fixes #4855 (#4937) 2023-06-04 16:03:01 +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 rm: test prompts when --interactive is once 2023-05-22 21:27:43 -07: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 Merge pull request #4750 from NikolaiSch/seq-panic-fix 2023-07-09 14:19:07 +02:00
test_shred.rs fixed shred -u for windows 2023-06-18 17:12:10 +02:00
test_shuf.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_sleep.rs sleep: adapt two tests to fundu 2.0.0 2023-08-08 09:10:33 +02:00
test_sort.rs sort: add tests for stable and unstable sort 2023-07-05 10:05:52 +02:00
test_split.rs split: reject some invalid values 2023-07-03 22:57:37 +02:00
test_stat.rs clippy: fix warnings introduced by Rust 1.71.0 2023-07-13 17:35:33 +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 sync: fix error msg 2023-06-17 19:50:47 -07:00
test_tac.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_tail.rs clippy: fix warnings introduced by Rust 1.71.0 2023-07-13 17:35:33 +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 touch: move from time to chrono 2023-07-27 17:06:38 +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 tsort: Add test for ordered floating nodes 2023-06-05 11:06:53 -04: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: more tests and fixes 2023-05-22 01:02:35 -07:00
test_who.rs tests: expand wildcard imports 2023-03-20 15:32:35 +01:00
test_whoami.rs whoami: add test to improve coverage 2023-05-29 07:34:19 +02:00
test_yes.rs yes: allow --version 2023-06-19 19:10:56 +02:00