Imported from ../bash-4.0-rc1.tar.gz.
[platform/upstream/bash.git] / tests / builtins1.sub
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