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

fold: tests don't pass #424

Open
dlegaultbbry opened this issue Apr 12, 2023 · 2 comments
Open

fold: tests don't pass #424

dlegaultbbry opened this issue Apr 12, 2023 · 2 comments

Comments

@dlegaultbbry
Copy link

I tried fold on both Linux and QNX and the tests fail. Not sure if it was known and if the command is actively tested. I checked if any fixes would have been published recently and found nothing.

@enh-google
Copy link
Collaborator

yeah, broken on macOS too:

FAIL: fold fold_test_1
echo -ne 'a\t' | fold -w2 -s
--- expected	2023-04-12 07:03:15
+++ actual	2023-04-12 07:03:15
@@ -1 +1,2 @@
 a	
+
make: *** [test_fold] Error 1

(the fold tests aren't run by default because fold is in pending, and Android doesn't build/use fold, so we're not running the tests either.)

@landley
Copy link
Owner

landley commented Apr 14, 2023

Sorry, traveling and I packed the wrong laptop charger. I'll try to catch up this weekend.

(The fold command itself is in pending, mostly because "columns" makes me go "unicode" so I want to convert it. Doesn't look too hard.)

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

No branches or pull requests

3 participants