1 # $FreeBSD: head/bin/sh/tests/builtins/cd5.0 222379 2011-05-27 19:36:07Z jilles $
4 T=$(mktemp -d "${TMPDIR:-/tmp}/sh-test.XXXXXX")
15 [ "$(pwd)" = "$D/a/1" ]
16 # Test that the current directory is not checked before CDPATH.
19 [ "$(pwd)" = "$D/a/1" ]
20 # Test not using a CDPATH entry.
23 [ "$(pwd)" = "$D/b/2" ]