1*6f49cd26SJilles Tjoelker# $FreeBSD$ 2*6f49cd26SJilles Tjoelker 3*6f49cd26SJilles Tjoelker# Precondition 4*6f49cd26SJilles Tjoelker(cd /bin) || exit 5*6f49cd26SJilles Tjoelker# Verify write error is ignored. 6*6f49cd26SJilles Tjoelker$SH +m -ic 'CDPATH=/:; cd bin 1</dev/null' 7