MarcusGrass
6ea6e8cbb4
fix: Add test for main binary version information output
2025-06-10 20:36:17 +02:00
Sylvestre Ledru
d9f0868a45
l10n: Adjust a test, I don't think we need to full path with 'usage'
2025-06-04 19:24:03 +02:00
Daniel Hofstetter
7f8ad6a32c
Merge pull request #7688 from nyurik/fmt-inline
...
chore: use inline formatting
2025-04-08 09:31:17 +02:00
Yuri Astrakhan
3dc771924c
chore: cleanup trailing commas before parens
...
Deleted commas in cases like `foo,)` -- mostly in macros
2025-04-08 00:33:58 -04:00
Yuri Astrakhan
47b10539d0
chore: use inline formatting
...
Minor cleanup using clippy autofix. This makes the code a bit more readable, and helps spot a few inefficiencies and possible bugs.
```
cargo clippy --fix --workspace -- -A clippy::all -W clippy::uninlined_format_args && cargo fmt
```
2025-04-07 22:56:21 -04:00
Sylvestre Ledru
50fe623447
Create the uutest crate + adjust the code
...
+ move some of the tests into the program test
2025-03-28 21:40:31 +01:00
Sylvestre Ledru
a85539f530
Run cargo fmt on the tree
2025-03-24 21:33:12 +01:00
sreehari prasad
c2505841e0
Tests: provides easy mount of temp fs ( #7249 )
2025-02-01 19:01:49 +01:00
Sylvestre Ledru
09e53f3d2d
tests: fix some clippy warnings
2024-05-25 09:06:16 +02:00
Ben Wiederhake
d5b79329ad
tests: fix multi-call test precondition
...
This bug was introduced in de37baaf83
.
2024-04-27 16:12:01 +02:00
Ben Wiederhake
de37baaf83
tests: test multi-call logic
...
Thankfully, this revealed no bugs. Let's prevent regressions!
2024-04-07 01:35:57 +02:00
Sylvestre Ledru
bfca6bf70f
Add license headers on all files
2023-08-21 10:49:27 +02:00
Niyaz Nigmatullin
fdd6a05259
chore: run cargo +nightly clippy --fix
2022-11-16 11:09:44 +02:00
Terts Diepraam
153614c40e
tests: update to clap 4
2022-10-13 17:50:43 +02:00
Jan Scheer
3300d80e3f
tests: silence clippy warnings for unused_imports
2021-10-10 00:52:18 +02:00
Michael Debertol
0062e54b5e
test_util_name: symlink the xecutable instead of copying
...
Speculative fix for "text file busy" errors.
2021-08-20 00:20:56 +02:00
Michael Debertol
44981cab01
refactor/uucore ~ correct implementation of executable!() for multicall
...
- Use an atomic bool to track whether the utility name is the second
or the first argument.
- Add tests
2021-08-14 14:01:34 +02:00