1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-10 19:04:15 +00:00

clean tests

This commit is contained in:
deadc0de6
2020-01-12 11:44:12 +01:00
parent d5d5e30b92
commit a7a8d92799
4 changed files with 4 additions and 4 deletions

View File

@@ -159,7 +159,7 @@ cd ${ddpath} | ${bin} install -f -c ${cfg} -p p1 -V
rm -rf ${tmpd}/abc
## CLEANING
rm -rf ${tmps} ${tmpd} ${scr}
rm -rf ${tmps} ${tmpd}
echo "OK"
exit 0