..
test_arch.rs
Fix some tests to not use CmdResult fields
2021-04-10 23:30:50 +03:00
test_base32.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_base64.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_basename.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_cat.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_chgrp.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_chmod.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_chown.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_chroot.rs
tests: delete 'error:' prefix from the tests
2021-05-26 02:45:53 +03:00
test_cksum.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_comm.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_cp.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_csplit.rs
tests: delete 'error:' prefix from the tests
2021-05-26 02:45:53 +03:00
test_cut.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_date.rs
date: fix format literal for nanoseconds
2021-05-12 10:21:24 +02:00
test_df.rs
rustfmt the recent change
2021-05-08 13:13:52 +02:00
test_dircolors.rs
tests ~ reorganize tests
2020-06-01 18:30:04 -05:00
test_dirname.rs
tr/dirname: fix clap short_alias
2021-04-30 20:19:43 +02:00
test_du.rs
Merge pull request #2280 from jhscheer/symlink_tests
2021-05-27 09:41:48 +02:00
test_echo.rs
rustfmt the recent change
2021-04-17 13:21:30 +02:00
test_env.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_expand.rs
Fix some tests to not use CmdResult fields
2021-04-10 23:30:50 +03:00
test_expr.rs
expr: support arbitrary precision integers ( #2271 )
2021-05-29 23:25:23 +02:00
test_factor.rs
Moved factor to use clap
2021-05-29 15:11:27 +02:00
test_false.rs
tests ~ reorganize tests
2020-06-01 18:30:04 -05:00
test_fmt.rs
tests: delete 'error:' prefix from the tests
2021-05-26 02:45:53 +03:00
test_fold.rs
rustfmt the recent change
2021-04-17 13:21:30 +02:00
test_groups.rs
refactor tests ( #1982 )
2021-04-23 02:28:46 +02:00
test_hashsum.rs
Fix some tests to not use CmdResult fields
2021-04-10 23:30:50 +03:00
test_head.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_hostid.rs
Refactored tests for more utilities
2021-04-18 02:32:43 +03:00
test_hostname.rs
Refactored tests for more utilities
2021-04-18 02:32:43 +03:00
test_id.rs
tests: delete 'error:' prefix from the tests
2021-05-26 02:45:53 +03:00
test_install.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_join.rs
tests: delete 'error:' prefix from the tests
2021-05-26 02:45:53 +03:00
test_kill.rs
kill: add integration tests
2021-05-01 16:57:51 +02:00
test_link.rs
tests: delete 'error:' prefix from the tests
2021-05-26 02:45:53 +03:00
test_ln.rs
tests: delete 'error:' prefix from the tests
2021-05-26 02:45:53 +03:00
test_logname.rs
tests: delete 'error:' prefix from the tests
2021-05-26 02:45:53 +03:00
test_ls.rs
ls: Fix minor output mismatch
2021-05-30 18:00:52 +05:30
test_mkdir.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_mkfifo.rs
tests: delete 'error:' prefix from the tests
2021-05-26 02:45:53 +03:00
test_mknod.rs
Migrate mknod to clap, closes #2051 ( #2056 )
2021-05-05 22:59:40 +02:00
test_mktemp.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_more.rs
refactor tests ( #1982 )
2021-04-23 02:28:46 +02:00
test_mv.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_nice.rs
tests: delete 'error:' prefix from the tests
2021-05-26 02:45:53 +03:00
test_nl.rs
Rustfmt new tests
2021-03-18 10:24:30 +01:00
test_nohup.rs
nohup: move from getopts to clap ( #1871 )
2021-03-22 20:09:00 +01:00
test_nproc.rs
Refactored tests for more utilities
2021-04-18 02:32:43 +03:00
test_numfmt.rs
ignore test_should_calculate_implicit_padding_per_free_argument
2021-05-23 00:34:01 +02:00
test_od.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_paste.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_pathchk.rs
Add pre-commit hook + run fmt ( #1959 )
2021-03-30 21:24:01 +02:00
test_pinky.rs
who/stat/pinky: adjust tests to be compatible with running on macOS
2021-05-21 11:55:20 +02:00
test_printenv.rs
Refactored tests for more utilities
2021-04-18 02:32:43 +03:00
test_printf.rs
tests ~ reorganize tests
2020-06-01 18:30:04 -05:00
test_ptx.rs
ptx: ignore empty regex ( #1808 )
2021-03-12 21:52:37 +01:00
test_pwd.rs
refactor(pwd): move to clap + add a test
2020-11-03 23:12:16 +01:00
test_readlink.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_realpath.rs
realpath: refactor tests for #1982
2021-04-05 23:55:02 +02:00
test_relpath.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_rm.rs
tests: delete 'error:' prefix from the tests
2021-05-26 02:45:53 +03:00
test_rmdir.rs
Revert "rmdir: match GNU error output"
2021-05-30 09:55:02 +02:00
test_seq.rs
rustfmt some tests
2021-03-13 23:30:47 +01:00
test_shred.rs
shred, stat, tail: Remove direct usage of CmdResult fields in test
2021-04-17 18:50:41 +03:00
test_shuf.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_sleep.rs
sleep: Add more test cases
2021-03-15 14:36:38 +01:00
test_sort.rs
sort: correctly inherit global flags for keys ( #2302 )
2021-05-29 23:25:56 +02:00
test_split.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_stat.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_stdbuf.rs
test: fix tests
2021-05-26 03:07:49 +03:00
test_sum.rs
tests: delete 'error:' prefix from the tests
2021-05-26 02:45:53 +03:00
test_sync.rs
test: fix tests
2021-05-26 03:07:49 +03:00
test_tac.rs
refactor tests ( #1982 )
2021-04-23 02:28:46 +02:00
test_tail.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_tee.rs
tee: refactor tests for #1982
2021-04-05 23:05:07 +02:00
test_test.rs
tests/test: replace call to 'ln -s' with call to 'AtPath::symlink_file'
2021-05-26 13:42:12 +02:00
test_timeout.rs
rustfmt some tests
2021-03-13 23:30:47 +01:00
test_touch.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_tr.rs
tr: add test
2021-05-02 18:35:52 +02:00
test_true.rs
tests ~ reorganize tests
2020-06-01 18:30:04 -05:00
test_truncate.rs
truncate: add test for -r and -s options together
2021-05-29 15:11:27 +02:00
test_tsort.rs
refactor tests ( #1982 )
2021-04-23 02:28:46 +02:00
test_tty.rs
tty: Move from getopts to clap ( #1956 )
2021-03-29 13:00:47 +02:00
test_uname.rs
fix clippy warnings
2021-05-19 01:37:28 +02:00
test_unexpand.rs
feat(unexpand): move from getopts to clap ( #1883 )
2021-03-23 09:42:05 +01:00
test_uniq.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_unlink.rs
tests: delete 'error:' prefix from the tests
2021-05-26 02:45:53 +03:00
test_uptime.rs
Refactored tests for more utilities
2021-04-18 02:32:43 +03:00
test_users.rs
users: fix long_help text and clippy warning
2021-05-29 15:11:27 +02:00
test_wc.rs
wc: compute min width to format counts up front
2021-05-15 21:41:47 -04:00
test_who.rs
fix a lot of clippy warnings
2021-05-29 15:11:22 +02:00
test_whoami.rs
tests: delete 'error:' prefix from the tests
2021-05-26 02:45:53 +03:00
test_yes.rs
tests ~ add missing test_UTIL module files (with 'ToDO' comments)
2020-06-02 11:25:09 -05:00