1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:04:43 +00:00

fix tests

This commit is contained in:
deadc0de6
2020-12-07 13:27:52 +01:00
parent 5c66a8ea83
commit 1b37fa9085

View File

@@ -123,9 +123,6 @@ mkfifo ${d}/fifo
# import
cd ${ddpath} | ${bin} import -c ${cfg} -p p2 -V ${d}
cat ${cfg}
tree ${tmps}/dotfiles
# ensure exists and is not link
[ ! -d ${tmps}/dotfiles/${d} ] && echo "not a directory" && exit 1
[ ! -e ${tmps}/dotfiles/${d}/file1 ] && echo "not exist" && exit 1