1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 22:39:43 +00:00

fix buggy test

This commit is contained in:
deadc0de6
2018-06-02 09:56:25 +02:00
parent a367d07580
commit 97c16698b0

View File

@@ -73,8 +73,11 @@ profiles:
_EOF
# create the source
mkdir -p ${tmps}/dotfiles/${tmpd}
echo "test" > ${tmps}/dotfiles/${tmpd}/abc
mkdir -p ${tmps}/dotfiles/
echo "test" > ${tmps}/dotfiles/abc
# install
cd ${ddpath} | ${bin} install -f -c ${cfg} -p p1
# compare
cd ${ddpath} | ${bin} compare -c ${cfg} -p p1