mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 17:24:46 +00:00
update tests
This commit is contained in:
@@ -50,10 +50,10 @@ tmps=`mktemp -d --suffix='-dotdrop-tests'`
|
||||
mkdir -p ${tmps}/dotfiles
|
||||
echo "dotfiles source (dotpath): ${tmps}"
|
||||
# the dotfile destination
|
||||
tmpd=`mktemp -d -p ${HOME}`
|
||||
tmpd=`mktemp -d -p ${HOME} --suffix='-dotdrop-tests'`
|
||||
echo "dotfiles destination: ${tmpd}"
|
||||
# the workdir
|
||||
tmpw=`mktemp -d -p ${HOME}`
|
||||
tmpw=`mktemp -d -p ${HOME} --suffix='-dotdrop-tests'`
|
||||
echo "workdir: ${tmpw}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user