mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-14 19:22:26 +00:00
update tests
This commit is contained in:
@@ -46,14 +46,14 @@ echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m"
|
||||
################################################################
|
||||
|
||||
# the dotfile source
|
||||
tmps=`mktemp -d`
|
||||
tmps=`mktemp -d --suffix='-dotdrop-tests'`
|
||||
mkdir -p ${tmps}/dotfiles
|
||||
echo "dotfiles source (dotpath): ${tmps}"
|
||||
# the dotfile destination
|
||||
tmpd=`mktemp -d`
|
||||
tmpd=`mktemp -d --suffix='-dotdrop-tests'`
|
||||
echo "dotfiles destination: ${tmpd}"
|
||||
# the workdir
|
||||
tmpw=`mktemp -d`
|
||||
tmpw=`mktemp -d --suffix='-dotdrop-tests'`
|
||||
echo "workdir: ${tmpw}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user