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