aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/builtins/cd10.0
blob: 07396e8e0411d16b1be6759f268a3347f6cc9302 (plain) (blame)
1
2
3
4
5

# Precondition
(cd /bin) || exit
# Verify write error is ignored.
ENV= $SH +m -ic 'CDPATH=/:; cd bin 1</dev/null'