1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-10 06:19:17 +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

@@ -102,7 +102,7 @@ grep '^dvar4: var1 var2 var3' ${tmpd}/abc >/dev/null
#cat ${tmpd}/abc
## CLEANING
rm -rf ${tmps} ${tmpd} ${scr}
rm -rf ${tmps} ${tmpd}
echo "OK"
exit 0