]> Cypherpunks.ru repositories - goredo.git/blobdiff - t/clean.do
Import tests from apenwarr/redo and redo.sh
[goredo.git] / t / clean.do
index 530bbbe03046e9a1addd6f9a837f0d67f5cec08f..80f432db1631f1cd75e56c132cf20b433e0813a9 100644 (file)
@@ -1,5 +1,2 @@
-rm -f *.t
-[ -e redo-sh.tests ] || exit 0
-cd redo-sh.tests/
-redo-cleanup full >&2
-find . -type f ! -name test -delete
+redo apenwarr/clean redo-sh.tests/clean
+for d in apenwarr redo-sh.tests ; do ( cd $d ; redo-cleanup full >/dev/null ) ; done