mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 03:49:16 +00:00
fix buggy test
This commit is contained in:
@@ -73,8 +73,11 @@ profiles:
|
|||||||
_EOF
|
_EOF
|
||||||
|
|
||||||
# create the source
|
# create the source
|
||||||
mkdir -p ${tmps}/dotfiles/${tmpd}
|
mkdir -p ${tmps}/dotfiles/
|
||||||
echo "test" > ${tmps}/dotfiles/${tmpd}/abc
|
echo "test" > ${tmps}/dotfiles/abc
|
||||||
|
|
||||||
|
# install
|
||||||
|
cd ${ddpath} | ${bin} install -f -c ${cfg} -p p1
|
||||||
|
|
||||||
# compare
|
# compare
|
||||||
cd ${ddpath} | ${bin} compare -c ${cfg} -p p1
|
cd ${ddpath} | ${bin} compare -c ${cfg} -p p1
|
||||||
|
|||||||
Reference in New Issue
Block a user