Avoid test failure due to `help' output wrapping not as expected if COLUMNS is exported and != 80. --- tests/builtins10.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/builtins10.sub b/tests/builtins10.sub index e8413f81..0d5ec6c7 100644 --- a/tests/builtins10.sub +++ b/tests/builtins10.sub @@ -13,7 +13,7 @@ # # have to run through sed or grep to filter out version information -# let's exercise print-help +COLUMNS=80 help -x help -- | sed 1d -- 2.51.2
