Commit graph

13023 commits

Author SHA1 Message Date
Dorian Péron 105024e708 ls: Fix quoting alignment 2024-05-15 09:59:38 +02:00
Dorian Péron 147c0b6962 tests(ls): Test space alignment when quoting is involved on grid output 2024-05-15 09:59:38 +02:00
Dorian Péron 0209c90b4e tests(ls): Test default quoting style on TTY output 2024-05-15 09:59:38 +02:00
Sylvestre Ledru 58c2b5d421 cksum: add failing tests - to be fixed 2024-05-14 23:27:50 +02:00
Sylvestre Ledru 115b203b22 cksum: also show the error on stdout 2024-05-14 23:27:50 +02:00
Sylvestre Ledru 07d579c40a cksum: handle the empty lines (and just spaces) 2024-05-14 23:27:50 +02:00
Sylvestre Ledru bbd80e4061 cksum: various improvements/fixes 2024-05-14 23:27:47 +02:00
Sylvestre Ledru 843275a136 cksum/blake2b: improve the error management 2024-05-14 23:21:56 +02:00
Sylvestre Ledru 8ddb2131df cksum/blake2b, when length=512, don't add it in the line 2024-05-14 23:21:56 +02:00
Sylvestre Ledru 1aec8b407d chksum: add support of --check --algorithm=xxx 2024-05-14 23:21:56 +02:00
Sylvestre Ledru 0b04bcaf9a uucore: create a new function to manage the warning/error display 2024-05-14 23:21:53 +02:00
Sylvestre Ledru 81500ae3b8 cksum: implement check & strict 2024-05-12 21:20:58 +02:00
Sylvestre Ledru 5f0b48e649 cksum: use the qualified import to make its provenance clear 2024-05-12 21:20:58 +02:00
Sylvestre Ledru 7e33650c8c cksum: move the length mgmt into a function + add tests 2024-05-12 21:20:58 +02:00
Sylvestre Ledru 23d5235e7c
Merge pull request #6391 from cakebaker/docs_uptime_extension
docs: add `-s`/`--since` of `uptime` to extensions
2024-05-12 16:37:37 +02:00
Sylvestre Ledru 096d32c148
Merge pull request #6395 from cakebaker/cp_tail_use_ignore_to_disable_tests
cp/tail: use `#[ignore]` to disable tests
2024-05-12 16:37:07 +02:00
Daniel Hofstetter 320bdcf29e tail: remove useless use of vec! in test 2024-05-12 15:32:24 +02:00
Daniel Hofstetter 692cdfac34 cp/tail: use #[ignore] to disable tests
instead of a cfg attribute
2024-05-12 15:15:44 +02:00
Daniel Hofstetter e3468ba429
docs: improve uptime section
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
2024-05-12 14:26:59 +02:00
Anirban Halder 1a5639b7d2
Fix ls: panicking on dangling symlink with --color=auto -l (#6346)
* Fixed unwrap being called on dereferenced dangling symlink

* Added test

* Switched to regex matching in test

* Remove unnecessary mkdir call

* Modified documentation of the test and added assertion of the colors

* Fixed a typo
2024-05-11 21:07:44 +02:00
Daniel Hofstetter dddf9f26d6
Merge pull request #6394 from uutils/renovate/zip-1.x-lockfile
chore(deps): update rust crate zip to v1.2.3
2024-05-11 13:16:57 +02:00
renovate[bot] 4f3c067ac7
chore(deps): update rust crate zip to v1.2.3 2024-05-11 07:24:29 +00:00
Daniel Hofstetter 826b18e7ac docs: add -s/--since of uptime to extensions 2024-05-10 16:20:07 +02:00
Daniel Hofstetter 5ea75b5939
Merge pull request #6389 from uutils/renovate/zip-1.x-lockfile
chore(deps): update rust crate zip to v1.2.2
2024-05-10 07:09:04 +02:00
renovate[bot] 5ed2fb3e38
chore(deps): update rust crate zip to v1.2.2 2024-05-09 18:42:38 +00:00
Jadi 9303f8e5b1 Disabling compare_xattrs cp and mv related tests on OpenBSD
The test_cp and test_mv have xattr related tests. They should
be disabled on OpenBSD after commit 19d42c0339 disabled the
compare_xattrs function on OpenBSD.

Fixes #6348
2024-05-09 18:24:39 +02:00
Sylvestre Ledru b029e27dd8
Merge pull request #6388 from cakebaker/tail_ignore_some_tests
tail: use `#[ignore]` to disable tests
2024-05-09 15:46:19 +02:00
Daniel Hofstetter 0ad7389b61 tail: remove #[cfg(not(windows))] from const 2024-05-09 15:28:34 +02:00
Daniel Hofstetter aef7933d96 tail: use #[ignore] to disable tests
instead of a cfg attribute
2024-05-09 15:07:10 +02:00
Anirban Halder 97f8361737 Switched to using at.symlink_file instead of ln in tests 2024-05-08 23:50:33 +02:00
Anirban Halder 88d9d46abc Added test for dangling symlink in target directory 2024-05-08 23:50:33 +02:00
Anirban Halder 1f81912b3c Added assertion of stderr strings for macos and windows and fixed lints 2024-05-08 23:50:33 +02:00
Anirban Halder f7e55b1322 Added overwrite detection for existing symlinks 2024-05-08 23:50:33 +02:00
Daniel Hofstetter 8078fca99b stdbuf: rename dragonflybsd to dragonfly 2024-05-08 20:19:42 +02:00
Daniel Hofstetter 50988f5d07 uucore: remove support for Bitrig 2024-05-08 15:43:26 +02:00
Sylvestre Ledru eb6f1df3bc cksum: add an ignored test for issue 6375 2024-05-07 20:24:25 +02:00
Sylvestre Ledru ee2772925a cksum: --tag & --untagged - the order of usage matters. manage it 2024-05-07 20:24:25 +02:00
Sylvestre Ledru 9e080a3684 cksum: handle a corner case 2024-05-07 20:24:25 +02:00
Sylvestre Ledru 234f2f9508 cksum: handle an error like GNU 2024-05-07 20:24:25 +02:00
Sylvestre Ledru 10d8fd6f98 cksum: add binary and prepare the rest 2024-05-07 20:24:25 +02:00
Sylvestre Ledru dc5342d115 hashsum: allow multiple usage of -l and take the last one
tested by gnu/tests/cksum/b2sum.sh
2024-05-07 20:24:25 +02:00
Daniel Hofstetter b64183b0de fmt: use "unwrap()" instead of "?" in tests 2024-05-07 20:20:59 +02:00
Sylvestre Ledru 263f4a0377
Merge pull request #6373 from cakebaker/deny_toml_remove_hashbrown
deny.toml: remove hashbrown, update comment
2024-05-07 09:56:19 +02:00
Daniel Hofstetter fde887c6b3
Merge pull request #6372 from uutils/renovate/proc-macro2-1.x-lockfile
fix(deps): update rust crate proc-macro2 to v1.0.82
2024-05-07 08:27:48 +02:00
Daniel Hofstetter 0e9ce5044b
Merge pull request #6362 from BenWiederhake/dev-fmt-error-priority
fmt: fix error priority, make goal-errors more helpful
2024-05-07 08:11:17 +02:00
Daniel Hofstetter 67922d60d5 deny.toml: remove hashbrown, update comment 2024-05-07 07:57:41 +02:00
Daniel Hofstetter 25ba369577
Merge pull request #6371 from uutils/renovate/zip-1.x-lockfile
chore(deps): update rust crate zip to v1.2.1
2024-05-07 07:49:59 +02:00
Daniel Hofstetter de995e39a7
Merge pull request #6370 from uutils/renovate/thiserror-1.x-lockfile
chore(deps): update rust crate thiserror to v1.0.60
2024-05-07 07:48:15 +02:00
Daniel Hofstetter 3249a954fe
Merge pull request #6369 from uutils/renovate/num-bigint-0.x-lockfile
chore(deps): update rust crate num-bigint to v0.4.5
2024-05-07 07:46:37 +02:00
renovate[bot] 1ea628a69e
fix(deps): update rust crate proc-macro2 to v1.0.82 2024-05-07 05:45:55 +00:00