~elementary-os/ubuntu-package-imports/bash-trusty

« back to all changes in this revision

Viewing changes to tests/builtins1.sub

  • Committer: RabbitBot
  • Date: 2015-03-27 19:22:02 UTC
  • Revision ID: rabbitbot@elementaryos.org-20150327192202-jnxj95x3o8b6rl73
Initial import, version 4.3-7ubuntu1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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