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

improve tests

This commit is contained in:
deadc0de6
2022-09-03 11:25:08 +02:00
parent 53edfa9694
commit 2ed28ceeda

View File

@@ -106,6 +106,7 @@ cd ${ddpath} | ${bin} install -f -c ${cfg} -p p1 -V
[ -e ${tmpd}/dir1/empty/this.ignore ] && exit 1 [ -e ${tmpd}/dir1/empty/this.ignore ] && exit 1
[ -e ${tmpd}/dir1/sub/empty/that.ignore ] && exit 1 [ -e ${tmpd}/dir1/sub/empty/that.ignore ] && exit 1
cat ${tmpd}/dir1/not-empty/file
grep "p1" ${tmpd}/dir1/not-empty/file grep "p1" ${tmpd}/dir1/not-empty/file
echo "OK" echo "OK"