mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 01:34:42 +00:00
fix test
This commit is contained in:
@@ -89,7 +89,7 @@ cd ${ddpath} | ${bin} install -D -c ${cfg} -p p1 --verbose f_x
|
||||
[ "$?" != "0" ] && exit 1
|
||||
|
||||
echo "[+] test install not existing src"
|
||||
cd ${ddpath} | ${bin} install -c ${cfg} --dry -p p1 --verbose f_y
|
||||
cd ${ddpath} | ${bin} install -c ${cfg} -f --dry -p p1 --verbose f_y
|
||||
|
||||
echo "[+] test install to temp"
|
||||
cd ${ddpath} | ${bin} install -t -c ${cfg} -p p1 --verbose f_x
|
||||
|
||||
Reference in New Issue
Block a user