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

fix tests

This commit is contained in:
deadc0de6
2020-01-29 14:56:13 +01:00
parent 7498be51b6
commit a2b3ee2c41

View File

@@ -68,7 +68,7 @@ dotfiles:
src: src:
dst: dst:
profiles: profiles:
qube: p1:
dotfiles: dotfiles:
- f_x - f_x
- f_y - f_y
@@ -77,7 +77,7 @@ profiles:
_EOF _EOF
echo "[+] install" echo "[+] install"
cd ${ddpath} | ${bin} install -c ${cfg} --verbose | grep '^3 dotfile(s) installed.$' cd ${ddpath} | ${bin} install -c ${cfg} -p p1 --verbose | grep '^3 dotfile(s) installed.$'
[ "$?" != "0" ] && exit 1 [ "$?" != "0" ] && exit 1
## CLEANING ## CLEANING