mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 15:04:43 +00:00
fix tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user