summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/cd6.0
blob: 083a06190e647fd370a6faa5c2d9abf800ea634b (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

set -e
cd -P /bin
d=$PWD
CDPATH=/:
cd -P .
[ "$d" = "$PWD" ]
cd -P ./
[ "$d" = "$PWD" ]
OpenPOWER on IntegriCloud