1
0
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:
deadc0de6
2021-06-13 14:05:30 +02:00
parent 1ee22bfb79
commit 44791be119

View File

@@ -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}