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