Patch-ID: bash32-029
[bash.git] / tests / builtins1.sub
blob5b7971136a71353cbb78c56275b2d6b99aa4b70d
1 unset CDPATH
3 MYDIR=$(pwd -P)
4 FULLDIR=/tmp/bash-dir-a
5 DIR=${FULLDIR##*/}
7 mkdir $FULLDIR
8 CDPATH=.:/tmp
9 cd $DIR
10 pwd
11 echo $PWD
13 cd $MYDIR
14 rmdir $FULLDIR