1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +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

View File

@@ -137,7 +137,7 @@ grep "dotfile dst filename: `basename ${tmpd}/def`" ${tmpd}/def
grep "dotfile dst dirname: `dirname ${tmpd}/def`" ${tmpd}/def
## CLEANING
rm -rf ${tmps} ${tmpd} ${scr}
rm -rf ${tmps} ${tmpd}
echo "OK"
exit 0

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

View File

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