Bug#976354: git - tests fail with dash

2021-02-08 Thread Ivo De Decker
Hi Bastian, On Thu, Dec 03, 2020 at 10:14:10PM +0100, Bastian Blank wrote: > Package: git > Version: 1:2.29.2-1 > Severity: serious > > Some of the tests fail with dash, which is the default /bin/sh in > Debian. Why did you file this bug as serious? As noted in #972457, the build seems to

Bug#976354: git - tests fail with dash

2021-02-04 Thread Nicolas Boulenguez
Package: git Followup-For: Bug #976354 The test scripts include test-lib.sh, which deliberately assumes bash. # checkbashisms test-lib.sh possible bashism in test-lib.sh line 381 ($BASH_SOMETHING): if test -n "$BASH_VERSION" && eval ' This part happens to work for other shells, but the

Bug#976354: git - tests fail with dash

2020-12-03 Thread Bastian Blank
Package: git Version: 1:2.29.2-1 Severity: serious Some of the tests fail with dash, which is the default /bin/sh in Debian. Example: | bbl@debian-sid:~/git-2.29.2+next.20201030/t$ bash ./t3070-wildmatch.sh | tail -n 3 | # still have 40 known breakage(s) | # passed all remaining 1850 test(s) |