]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/cd10.0
shell_cmds-207.11.1.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / cd10.0
1 # $FreeBSD: head/bin/sh/tests/builtins/cd10.0 320340 2017-06-25 21:53:08Z jilles $
2
3 # Precondition
4 (cd /bin) || exit
5 # Verify write error is ignored.
6 $SH +m -ic 'CDPATH=/:; cd bin 1</dev/null'