Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dd: fix "unused imports" warning in tests #4843

Merged
merged 1 commit into from
May 8, 2023

Conversation

cakebaker
Copy link
Contributor

When running cargo test --features "dd" --no-default-features, a unused imports: 'TESTS_BINARY', 'UCommand' warning is shown because of a mismatch between the cfg-attributes of those imports and the function where they are used. This PR fixes this issue.

@github-actions
Copy link

github-actions bot commented May 8, 2023

GNU testsuite comparison:

Congrats! The gnu test tests/tail-2/inotify-dir-recreate is no longer failing!

@sylvestre
Copy link
Sponsor Contributor

image
it has been a while :)

@sylvestre sylvestre merged commit 51da8bf into uutils:main May 8, 2023
@cakebaker cakebaker deleted the dd_remove_unused_imports branch May 8, 2023 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants