..
test_arch.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_base32.rs
base32/base64/basenc: permit repeating -d/-i/-w flags
2024-02-24 21:11:18 +01:00
test_base64.rs
base32/base64/basenc: permit repeating -d/-i/-w flags
2024-02-24 21:11:18 +01:00
test_basename.rs
basename: implement and test repeated flags and arguments
2024-02-25 19:45:32 +01:00
test_basenc.rs
base32/base64/basenc: permit repeating -d/-i/-w flags
2024-02-24 21:11:18 +01:00
test_cat.rs
cat: prefix two test fns with "test_"
2024-03-04 09:41:09 +01:00
test_chcon.rs
chcon: allow repeated flags and arguments
2024-03-09 22:52:55 +01:00
test_chgrp.rs
chgrp: fix clippy warning
2024-03-10 13:56:31 +01:00
test_chmod.rs
chmod: Fix chmod -c --reference reporting when no change is made ( #6016 )
2024-02-26 11:01:50 +01:00
test_chown.rs
Merge pull request #5168 from cakebaker/chown_remove_duplication_in_tests
2023-08-21 12:22:32 +02:00
test_chroot.rs
dd/chroot: improve the skip message (not root)
2023-12-28 00:44:19 +01:00
test_cksum.rs
cksum: adding -b as the short form for --base64
2024-04-04 15:09:17 +03:30
test_comm.rs
comm: implement and test correct handling of repeated flags
2024-03-23 23:35:40 +01:00
test_cp.rs
cp: handle update prompt with and without interactive mode enabled
2024-04-09 15:14:33 +02:00
test_csplit.rs
csplit: do not emit remainder of input after an error
2024-03-23 23:21:53 +01:00
test_cut.rs
cut: two new tests; -d conflict & no arg
2024-04-04 21:33:22 +03:30
test_date.rs
date: support -f -
to read from stdin
2024-03-31 22:05:47 +02:00
test_dd.rs
dd: fix flaky test_null_stats
2024-04-07 22:45:35 +02:00
test_df.rs
df: fix rounding issue in test
2023-12-21 10:46:11 +01:00
test_dir.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_dircolors.rs
dircolors: accept repeated flags
2024-03-30 22:50:57 +01:00
test_dirname.rs
dirname: accept repeated flag
2024-03-30 22:50:52 +01:00
test_du.rs
Use time-style only if time is provided
2024-04-01 17:09:59 +02:00
test_echo.rs
echo: do not infer long args
2024-01-29 17:40:22 +01:00
test_env.rs
feature: env argv0 overwrite (unix only)
2024-04-07 01:27:30 +02:00
test_expand.rs
Merge pull request #5875 from cakebaker/expand_make_tab_explicit_in_test
2024-01-26 14:36:48 +01:00
test_expr.rs
expr: coerce to string before comparing values
2023-12-18 22:24:31 +01:00
test_factor.rs
chore(deps): drop conv dev-dependency
2024-03-31 22:51:24 +02:00
test_false.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_fmt.rs
fmt: allow negative widths as first argument
2024-03-24 20:59:53 -05:00
test_fold.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_groups.rs
all: normalize license notice in all *.rs files
2023-08-24 12:21:09 +02:00
test_hashsum.rs
hashsum: also escape/unescape files with checks ( #5868 )
2024-03-12 14:56:27 +01:00
test_head.rs
head: two new tests. Improves function coverage from 38 to 75
2024-04-06 05:40:26 +02:00
test_hostid.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_hostname.rs
tests/hostname: disable failing test_hostname::test_hostname_ip on OpenBSD
2023-12-11 12:45:16 +01:00
test_id.rs
all: normalize license notice in all *.rs files
2023-08-24 12:21:09 +02:00
test_install.rs
Fix install: invalid link at destination
2024-03-11 23:31:26 +01:00
test_join.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_kill.rs
kill: print --table as vertical ( #6216 )
2024-04-14 15:08:51 +02:00
test_link.rs
Merge pull request #5182 from sylvestre/clippy_
2023-08-21 16:21:02 -04:00
test_ln.rs
ln: fix "unused import" warning on Android
2024-01-08 17:17:43 +01:00
test_logname.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_ls.rs
ls: fix exit code for --time-style when used
2024-04-01 22:57:18 +02:00
test_mkdir.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_mkfifo.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_mknod.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_mktemp.rs
mktemp: adjust the error message to match 9.5
2024-03-29 21:52:48 +01:00
test_more.rs
more: fix incorrect tests
2024-03-22 15:13:53 +01:00
test_mv.rs
Fix clippy warnings
2024-03-09 22:31:33 +01:00
test_nice.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_nl.rs
Fix errors reported by new version of cspell
2024-02-05 09:12:52 +01:00
test_nohup.rs
simulate terminal utility (squash)
2024-02-25 18:15:15 +01:00
test_nproc.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_numfmt.rs
numfmt: don't flake even on exotic pipe buffer sizes
2024-02-23 05:42:29 +01:00
test_od.rs
test_od - re-enable f16 test with newer AVD system image
2024-03-20 23:33:06 +01:00
test_paste.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_pathchk.rs
pathchk: remove useless comments
2024-01-09 15:19:22 +01:00
test_pinky.rs
tests: disable tests for tools unsupported on OpenBSD
2024-01-19 17:37:45 +01:00
test_pr.rs
pr: fix deprecation warnings & remove comment
2024-03-10 13:55:49 +01:00
test_printenv.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_printf.rs
tests/printf: Verify the correct error behavior of printf when provided with '%0c' or '%0s'
2024-03-01 00:02:31 +01:00
test_ptx.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_pwd.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_readlink.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_realpath.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_rm.rs
rm: add test for "rm .\dir\ -rf" on Windows
2024-01-28 16:36:55 +01:00
test_rmdir.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_runcon.rs
Fix clippy warnings with Rust 1.72.0
2023-08-25 13:22:02 +02:00
test_seq.rs
Merge branch 'main' into issue-5766
2024-01-06 22:55:54 +01:00
test_shred.rs
shred: small improv on the tests
2024-03-23 12:22:32 +01:00
test_shuf.rs
shuf: fix error message text on negative-sized ranges
2024-03-09 22:51:13 +01:00
test_sleep.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_sort.rs
sort: fix incorrectly placed "}" in test
2024-03-13 07:19:42 +01:00
test_split.rs
split: fix error msg shown if file doesn't exist
2024-03-12 14:28:25 +01:00
test_stat.rs
stat: should fail without arguments #5928 ( #5935 )
2024-02-02 17:00:35 +01:00
test_stdbuf.rs
stdbuf: remove crash macro ( #5549 )
2023-11-20 10:16:18 +01:00
test_stty.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_sum.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_sync.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_tac.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_tail.rs
tail: allow multiple usage of --pid to match upstream (regression of 9.5)
2024-03-30 07:28:31 +01:00
test_tee.rs
tee: correctly handle writing to read-only files
2024-03-31 18:47:32 +02:00
test_test.rs
clippy: fix warnings introduced by Rust 1.75
2023-12-28 18:17:06 +01:00
test_timeout.rs
remove second sh process to have timeout waiting for the right process
2024-03-12 19:08:51 +01:00
test_touch.rs
tests: fix formating of test_touch.rs
2024-03-30 12:31:07 +01:00
test_tr.rs
tr: fix order inside class [:blank:]
2024-03-29 00:55:34 +01:00
test_true.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_truncate.rs
truncate: deduplicate fifo check, fix handling of missing files
2024-03-23 17:50:39 +01:00
test_tsort.rs
tsort: returns error when input is dir - same as GNU tsort ( #5860 )
2024-01-19 15:39:00 +01:00
test_tty.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_uname.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_unexpand.rs
unexpand: allow multiple files & show error message if a directory is specified
2024-01-24 16:01:26 +01:00
test_uniq.rs
uniq
: print version and help on stdout again (#6123 )
2024-03-25 09:40:36 +01:00
test_unlink.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_uptime.rs
tests: disable tests for tools unsupported on OpenBSD
2024-01-19 17:37:45 +01:00
test_users.rs
clippy: fix warnings introduced by Rust 1.74
2023-11-16 16:21:28 +01:00
test_vdir.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00
test_wc.rs
wc: count ASCII control characters as word characters
2024-04-07 02:12:22 +02:00
test_who.rs
tests: disable tests for tools unsupported on OpenBSD
2024-01-19 17:37:45 +01:00
test_whoami.rs
all: normalize license notice in all *.rs files
2023-08-24 12:21:09 +02:00
test_yes.rs
Add license headers on all files
2023-08-21 10:49:27 +02:00