mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-08 12:34:16 +00:00
fix jhelper test
This commit is contained in:
@@ -104,9 +104,11 @@ cd ${ddpath} | ${bin} install -f -c ${cfg} -p p1 -V
|
|||||||
#cat ${tmpd}/abc
|
#cat ${tmpd}/abc
|
||||||
|
|
||||||
grep '^this should exist' ${tmpd}/abc >/dev/null
|
grep '^this should exist' ${tmpd}/abc >/dev/null
|
||||||
grep -v '^this should not exist' ${tmpd}/abc >/dev/null
|
|
||||||
grep '^this should exist too' ${tmpd}/abc >/dev/null
|
grep '^this should exist too' ${tmpd}/abc >/dev/null
|
||||||
grep -v '^this should not exist either' ${tmpd}/abc >/dev/null
|
set +e
|
||||||
|
grep '^this should not exist' ${tmpd}/abc >/dev/null && exit 1
|
||||||
|
grep '^this should not exist either' ${tmpd}/abc >/dev/null && exit 1
|
||||||
|
set -e
|
||||||
|
|
||||||
#cat ${tmpd}/abc
|
#cat ${tmpd}/abc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user