mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 18:34:48 +00:00
test compare -L
This commit is contained in:
@@ -115,6 +115,12 @@ cd ${ddpath} | ${bin} compare -c ${cfg} --verbose
|
||||
[ "$?" = "0" ] && exit 1
|
||||
set -e
|
||||
|
||||
echo "[+] comparing with file-only"
|
||||
set +e
|
||||
cd ${ddpath} | ${bin} compare -c ${cfg} -L
|
||||
[ "$?" = "0" ] && exit 1
|
||||
set -e
|
||||
|
||||
## CLEANING
|
||||
rm -rf ${basedir} ${tmpd}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user