xref: /freebsd/bin/sh/tests/builtins/cd10.0 (revision 22cf89c938886d14f5796fc49f9f020c23ea8eaf)
1
2# Precondition
3(cd /bin) || exit
4# Verify write error is ignored.
5ENV= $SH +m -ic 'CDPATH=/:; cd bin 1</dev/null'
6