1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 20:19:46 +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:
dst:
profiles:
qube:
p1:
dotfiles:
- f_x
- f_y
@@ -77,7 +77,7 @@ profiles:
_EOF
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
## CLEANING