Home
last modified time | relevance | path

Searched refs:PATHDIR (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/cmd/scripts/
H A Dzfstest.ksh26 export PATHDIR=""
133 [[ -n $PATHDIR ]] || fail "PATHDIR wasn't correctly set"
136 [[ ! -e $PATHDIR/$i ]] || fail "$i already exists"
137 ln -s $dir/$i $PATHDIR/$i || fail "Couldn't link $i"
146 PATHDIR=$(/usr/bin/mktemp -d /var/tmp/constrained_path.XXXX)
147 chmod 755 $PATHDIR || fail "Couldn't chmod $PATHDIR"
155 ln -s /usr/gnu/bin/dd $PATHDIR/gnu_dd
159 export PATH=$PATHDIR
223 rm -rf $PATHDIR || fail "Couldn't remove $PATHDIR"