5b7971136a71353cbb78c56275b2d6b99aa4b70d
[platform/upstream/bash.git] / tests / builtins.sub1
1 unset CDPATH
2
3 MYDIR=$(pwd -P)
4 FULLDIR=/tmp/bash-dir-a
5 DIR=${FULLDIR##*/}
6
7 mkdir $FULLDIR
8 CDPATH=.:/tmp
9 cd $DIR
10 pwd
11 echo $PWD
12
13 cd $MYDIR
14 rmdir $FULLDIR