1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-12 10:08:30 +00:00

test verbosity

This commit is contained in:
deadc0de6
2020-10-25 16:27:47 +01:00
parent bfe63c34f9
commit 1f633161ef
2 changed files with 3 additions and 2 deletions

View File

@@ -98,8 +98,8 @@ cd ${ddpath} | ${bin} update -f -c ${cfg} --verbose --profile=p1 --key f_abc
#tree ${dt}
# check files haven't been updated
grep 'b' ${dt}/a/c/acfile >/dev/null
[ -e ${dt}/a/newfile ] && exit 1
grep 'b' ${dt}/a/c/acfile >/dev/null || (echo "b not found" && exit 1)
[ -e ${dt}/a/newfile ] && echo "new file does not exist" && exit 1
## CLEANING
rm -rf ${tmps} ${tmpd}