zopencommunity / coreutilsport

A collection of basic Unix utilities
Apache License 2.0
0 stars 3 forks source link

Fix diff failures due to EDC* error prefix #66

Open IgorTodorovskiIBM opened 12 months ago

IgorTodorovskiIBM commented 12 months ago

These are several failures caused because the test harness is not currently stripping out the EDC5129I prefix:

231 -truncate: cannot open 'no/such-dir' for writing: No such file or directory
232 +truncate: cannot open 'no/such-dir' for writing: EDC5129I No such file or directory.

There are >20 cases of this. Fixing this should vastly improve success rates