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