..
common
realpath, relpath, tests: fix build on nightly
2018-01-16 15:11:46 -08:00
fixtures
join: support custom empty filler
2018-01-17 23:26:00 +03:00
test_base32.rs
Fix broken tests due to updating Cargo.lock
2017-11-18 17:52:28 -08:00
test_base64.rs
Fix broken tests due to updating Cargo.lock
2017-11-18 17:52:28 -08:00
test_basename.rs
basename: add -a, -s and -z flags
2017-10-09 11:02:12 +03:00
test_cat.rs
cat: fix for numbered lines w/ no trailing newline
2017-01-23 03:34:47 +01:00
test_chgrp.rs
tests: disable some chgrp tests when part of the root group
2018-03-03 12:04:22 -08:00
test_chmod.rs
chmod: make error message clearer
2017-12-08 20:54:59 +01:00
test_chown.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_cksum.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_comm.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_cp.rs
Fix cp -r test
2017-08-10 16:04:25 -07:00
test_cut.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_dircolors.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_dirname.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_echo.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_env.rs
fix --help and --version
2017-10-28 17:42:40 +03:00
test_expr.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_factor.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_false.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_fold.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_hashsum.rs
hashsum: implement SHAKE-128 and SHAKE-256
2016-08-30 17:33:18 -07:00
test_head.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_install.rs
install: allow to install a file to a file
2017-12-27 17:31:19 +09:00
test_join.rs
join: check line order
2018-02-11 18:23:12 +03:00
test_link.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_ln.rs
Fix the windows failure
2017-04-11 12:04:55 +09:00
test_ls.rs
ls: implement -i option
2016-12-25 14:39:29 +09:00
test_mkdir.rs
mkdir: Fix the behavior for existing files
2017-04-01 23:43:13 +09:00
test_mktemp.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_mv.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_nl.rs
Fix clippy warnings
2016-11-25 14:14:46 -05:00
test_numfmt.rs
Add numfmt
2017-11-09 00:23:24 +03:00
test_od.rs
Fix comment spelling
2016-11-25 14:36:56 -05:00
test_paste.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_pathchk.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_pinky.rs
pinky: fix tests on MacOS
2017-03-17 19:41:46 +01:00
test_printf.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_ptx.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_pwd.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_readlink.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_realpath.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_rm.rs
rm: exit normally when -f is used with no operand
2017-12-26 15:36:21 -08:00
test_rmdir.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_seq.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_sort.rs
sort: Implement ignore-case
2017-01-21 13:30:22 -05:00
test_split.rs
Update for changes in regex
2017-06-29 20:59:20 -07:00
test_stat.rs
stat: fix test on travis
2016-11-21 19:36:23 +01:00
test_stdbuf.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_sum.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_tac.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_tail.rs
tail: suppress headers when --quiet flag is used
2017-10-05 21:25:21 +02:00
test_test.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_touch.rs
touch: add test
2016-08-28 07:12:58 +08:00
test_tr.rs
tr: add truncate flag
2017-10-06 01:09:17 +02:00
test_true.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_truncate.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_tsort.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_unexpand.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_uniq.rs
Fix broken tests due to updating Cargo.lock
2017-11-18 17:52:28 -08:00
test_unlink.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_wc.rs
tests: remove helper function boilerplate via macros
2016-08-23 08:04:02 -04:00
test_who.rs
Fix test
2016-11-25 14:58:42 -05:00
tests.rs
tests: disable some chgrp tests when part of the root group
2018-03-03 12:04:22 -08:00