Re: [PATCH] test: skip test with COLUMNS=1 under mksh
From: Junio C Hamano <hidden> Date: 2016-06-15 22:53:41
Zbigniew Jędrzejewski-Szmek [off-list ref] writes:
This approach with 'env COLUMNS=1 git ...' looks nicer, and works when
invoked directly, but doesn't work when run under the test harness,
because bin-wrappers/git uses !/bin/sh, which resets COLUMNS. So this
simpler approach doesn't look feasible.
Sigh... That shell seem to be infinitely broken X-<.