xref: /freebsd/bin/sh/tests/builtins/cd10.0 (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
16f49cd26SJilles Tjoelker
26f49cd26SJilles Tjoelker# Precondition
36f49cd26SJilles Tjoelker(cd /bin) || exit
46f49cd26SJilles Tjoelker# Verify write error is ignored.
5*a1423456SPiotr Pawel StefaniakENV= $SH +m -ic 'CDPATH=/:; cd bin 1</dev/null'
6