Re: 5.0alpha: tests/test1.sub is unportable

2018-09-08 Thread Chet Ramey
On 9/8/18 4:51 AM, Christian Weisgerber wrote: > I'm not sure what the new tests/test1.sub in bash 5.0alpha is > intended to test, but it fails on OpenBSD because /dev/fd/* are > actual character devices there, so test -p /dev/fd/6 will always > be unsuccessful. Interesting. OpenBSD appears to be

5.0alpha: tests/test1.sub is unportable

2018-09-08 Thread Christian Weisgerber
I'm not sure what the new tests/test1.sub in bash 5.0alpha is intended to test, but it fails on OpenBSD because /dev/fd/* are actual character devices there, so test -p /dev/fd/6 will always be unsuccessful. -- Christian "naddy" Weisgerber na...@mips.inka.de