mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-14 15:52:27 +00:00
more tests
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user