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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user