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

df: fix display of special characters #7151

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

jfinkels
Copy link
Collaborator

Replace the display of certain special characters in df: ASCII space for plain space character, ASCII horizontal tab for plain tab character, and ASCII backslash for plain backslash character.

This is basically #5754, I've just rebased it and addressed the review comments.

Replace the display of certain special characters in `df`: ASCII space
for plain space character, ASCII horizontal tab for plain tab
character, and ASCII backslash for plain backslash character.

Co-authored-by: Jeffrey Finkelstein <[email protected]>
@jfinkels jfinkels force-pushed the df-mountinfo-special-chars branch from a1d91ef to 96c1731 Compare January 17, 2025 02:50
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/tail/inotify-dir-recreate (fails in this run but passes in the 'main' branch)
Skip an intermittent issue tests/timeout/timeout (fails in this run but passes in the 'main' branch)

@sylvestre sylvestre merged commit 05c4ce0 into uutils:main Jan 17, 2025
64 of 65 checks passed
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.

3 participants