tcsh-org / tcsh

This is a read-only mirror of the tcsh code repository.
https://www.tcsh.org/
Other
238 stars 42 forks source link

tests: use diff -U0 for busybox #60

Closed lukem closed 1 year ago

lukem commented 1 year ago

busybox diff is unified by default (not old-style diff). Use diff -U0 to force unified with no context, which seems to work for various diff implementations including BSD, GNU diffutils, and busybox.

May resolve a testsuite failure reported on the tcsh mailing list on 2022-11-26.