coreutils/tests/by-util
2022-01-31 00:22:21 +01:00
..
test_arch.rs
test_base32.rs add some tests for Clap's InferLongArgs setting 2022-01-29 02:06:32 +01:00
test_base64.rs add some tests for Clap's InferLongArgs setting 2022-01-29 02:06:32 +01:00
test_basename.rs add some tests for Clap's InferLongArgs setting 2022-01-29 02:06:32 +01:00
test_basenc.rs basenc: add utility 2021-08-06 00:07:19 +02:00
test_cat.rs add some tests for Clap's InferLongArgs setting 2022-01-29 02:06:32 +01:00
test_chcon.rs chcon: added implementation and integration tests 2021-08-05 22:57:57 -04:00
test_chgrp.rs add some tests for Clap's InferLongArgs setting 2022-01-29 02:06:32 +01:00
test_chmod.rs tests/chmod: change normal error to usage error 2021-11-12 19:07:37 -03:00
test_chown.rs chown: support '.' as 'user.group' separator (like ':') (#2638) 2021-09-10 08:15:23 +02:00
test_chroot.rs test_chroot: add comments 2021-09-22 13:53:57 +02:00
test_cksum.rs cksum: accept directories as empty files 2021-12-26 21:50:13 +01:00
test_comm.rs comm: return UResult from uumain() function 2021-12-24 13:40:18 -05:00
test_cp.rs Fix formatting and unused variable checks 2022-01-30 00:33:06 -08:00
test_csplit.rs
test_cut.rs add some tests for Clap's InferLongArgs setting 2022-01-29 02:06:32 +01:00
test_date.rs add some tests for Clap's InferLongArgs setting 2022-01-29 02:06:32 +01:00
test_dd.rs Merge pull request #2911 from jfinkels/dd-seek-stdout 2022-01-29 10:47:17 +01:00
test_df.rs add some tests for Clap's InferLongArgs setting 2022-01-29 02:06:32 +01:00
test_dircolors.rs
test_dirname.rs
test_du.rs
test_echo.rs
test_env.rs tests/env: change Windows test_change_directory 2021-11-07 23:11:39 -03:00
test_expand.rs Silent the spell checker on a test examples 2021-07-31 10:38:32 +02:00
test_expr.rs
test_factor.rs tests: update test_random to take range 2022-01-24 20:40:31 -05:00
test_false.rs
test_fmt.rs
test_fold.rs
test_groups.rs
test_hashsum.rs hashsum: add tests for Windows text mode 2021-09-17 21:24:43 -04:00
test_head.rs tests(head): change file mode from 755 to 644 2021-08-21 22:59:59 -04:00
test_hostid.rs
test_hostname.rs silent the failed tests for now on freebsd 2021-08-24 09:32:27 +02:00
test_id.rs
test_install.rs install: clap 3 2022-01-11 19:16:47 +01:00
test_join.rs Merge pull request #2881 from jtracey/join-null-field-sep 2022-01-29 10:55:04 +01:00
test_kill.rs Merge pull request #2662 from Smicry/master 2021-09-29 09:58:50 +02:00
test_link.rs link: clap 3 2022-01-11 19:16:47 +01:00
test_ln.rs
test_logname.rs
test_ls.rs Merge pull request #2875 from kimono-koans/ls_bad_fd_2 2022-01-30 09:59:58 +01:00
test_mkdir.rs Add symbolic mode support to mkdir 2021-10-16 12:57:55 +01:00
test_mkfifo.rs
test_mknod.rs mknod: clap 3 2022-01-11 19:16:47 +01:00
test_mktemp.rs
test_more.rs tests: use CmdResult::usage_error 2021-11-09 17:37:05 -03:00
test_mv.rs Fix mv bug: Should be able to stat files, but not able to mv if source and target are the same (#2763) 2021-12-12 17:49:38 +01:00
test_nice.rs tests: use CmdResult::usage_error 2021-11-09 17:37:05 -03:00
test_nl.rs
test_nohup.rs
test_nproc.rs
test_numfmt.rs numfmt: ignore stdin write error 2022-01-17 16:24:40 +01:00
test_od.rs add a word to ignore... 2021-10-10 12:16:01 +02:00
test_paste.rs
test_pathchk.rs
test_pinky.rs pinky: clap 3 2022-01-11 19:16:48 +01:00
test_pr.rs pr: reduce test flakiness 2021-08-12 17:03:06 +02:00
test_printenv.rs
test_printf.rs
test_ptx.rs
test_pwd.rs pwd: Properly resolve logical working directory (#2604) 2021-08-28 22:31:20 +02:00
test_readlink.rs Add Physical mode to realpath 2021-08-01 17:06:09 +01:00
test_realpath.rs Add -e/-m to realpath 2021-09-05 22:50:23 +02:00
test_relpath.rs
test_rm.rs rm: fix 3 leading hyphens for ---presume-input-tty 2022-01-18 12:54:50 +01:00
test_rmdir.rs rmdir: match GNU 2021-08-28 02:26:01 +02:00
test_runcon.rs runcon: added implementation and tests. 2021-08-22 21:59:41 +02:00
test_seq.rs seq: correct error message for zero increment 2022-01-27 21:17:27 -05:00
test_shred.rs
test_shuf.rs shuf: clap 3 2022-01-11 19:16:48 +01:00
test_sleep.rs
test_sort.rs Merge branch 'main' into clap-3 2022-01-17 13:25:51 +01:00
test_split.rs split: implement -n option 2022-01-27 21:16:27 -05:00
test_stat.rs NORMAL_FORMAT_STR is also used for freebsd 2021-08-24 09:32:27 +02:00
test_stdbuf.rs stdbuf: clap 3 2022-01-11 19:16:48 +01:00
test_sum.rs Update message quoting and filename printing 2021-09-07 19:49:01 +02:00
test_sync.rs
test_tac.rs tac: add support for --regex option to tac 2021-09-11 22:54:55 -04:00
test_tail.rs Merge pull request #2898 from jfinkels/tail-lines-zero-terminated 2022-01-30 09:44:04 +01:00
test_tee.rs fix Rust 1.58 clippy lints (#2874) 2022-01-16 15:57:33 +01:00
test_test.rs test: fix wsl executable permission 2022-01-31 00:22:21 +01:00
test_timeout.rs
test_touch.rs touch: add --ref as an alias (#2641) 2021-09-09 21:48:17 +02:00
test_tr.rs Merge branch 'main' into hbina-tr-reimplement-expansion 2022-01-21 14:42:30 +01:00
test_true.rs
test_truncate.rs Merge branch 'main' into truncate-no-such-dir 2022-01-29 09:58:17 +01:00
test_tsort.rs
test_tty.rs tty: Make test_stdout_fail() less flaky 2021-09-10 19:29:27 +02:00
test_uname.rs
test_unexpand.rs
test_uniq.rs tests/uniq: update test 2021-10-24 02:59:50 -03:00
test_unlink.rs unlink: Simplify, remove unsafe, move to core 2021-09-10 21:50:38 +02:00
test_uptime.rs
test_users.rs
test_wc.rs wc: fix counting files from pseudo-filesystem 2022-01-28 19:08:44 +01:00
test_who.rs add some tests for Clap's InferLongArgs setting 2022-01-29 02:06:32 +01:00
test_whoami.rs whoami: Run tests on Windows 2021-09-14 14:13:58 +02:00
test_yes.rs fix spell-check errors 2021-11-19 17:55:02 -06:00