mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 17:24:46 +00:00
fix test
This commit is contained in:
@@ -141,7 +141,6 @@ cd ${ddpath} | ${bin} install -f -c ${cfg} -p p1 -V
|
||||
#cat ${cfg}
|
||||
|
||||
# ensure exists and children are links
|
||||
tree ${tmpd}
|
||||
[ ! -e ${tmpd}/abc ] && echo "not exist" && exit 1
|
||||
[ -h ${tmpd}/abc ] && echo "not a regular file" && exit 1
|
||||
[ ! -e ${tmpd}/abc/file1 ] && echo "not exist" && exit 1
|
||||
|
||||
Reference in New Issue
Block a user