1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 18:34:48 +00:00

test showdiff

This commit is contained in:
deadc0de6
2020-10-09 09:01:21 +02:00
parent 415ba06e46
commit 1622310975

View File

@@ -116,6 +116,11 @@ nb=`find ${tmpd} -iname 'README.md' | wc -l`
echo "(3) found ${nb} README.md file(s)"
[ "${nb}" != "0" ] && exit 1
## reinstall to trigger showdiff
echo "showdiff" > ${tmpd}/program/a
cd ${ddpath} | echo "y" | ${bin} install --showdiff -c ${cfg} --verbose
[ "$?" != "0" ] && exit 1
## CLEANING
rm -rf ${basedir} ${tmpd}