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

adding more tests

This commit is contained in:
deadc0de6
2018-07-21 13:11:30 +02:00
parent 1222a75244
commit 5601abedda
3 changed files with 115 additions and 3 deletions

View File

@@ -108,7 +108,10 @@ echo 'changed' > ${tmpd}/uniquefile
# compare
echo "[+] comparing"
set +e
cd ${ddpath} | ${bin} compare -c ${cfg} --verbose
[ "$?" = "0" ] && exit 1
set -e
## CLEANING
rm -rf ${basedir} ${tmpd}