1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-14 15:52:27 +00:00

more tests

This commit is contained in:
deadc0de6
2020-08-11 18:59:58 +02:00
parent ba21e499fa
commit 72cc87aa47
3 changed files with 102 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ echo "new data" > ${basedir}/dotfiles/${tmpd}/readmes/README.md
# install
rm -rf ${tmpd}
echo "[+] install normal"
cd ${ddpath} | ${bin} install -c ${cfg} --verbose
cd ${ddpath} | ${bin} install --showdiff -c ${cfg} --verbose
[ "$?" != "0" ] && exit 1
nb=`find ${tmpd} -iname 'README.md' | wc -l`
echo "(1) found ${nb} README.md file(s)"