X-Git-Url: http://www.git.cypherpunks.ru/?p=goredo.git;a=blobdiff_plain;f=t%2Fclean;fp=t%2Fclean;h=14a437052680a9d4c98960b6b96908a06a199e2c;hp=0000000000000000000000000000000000000000;hb=20b5988dd315945c5a8befadb873f5069480e862;hpb=7c079df8d6b662ffc0dca71f0b0ae779a06021ab diff --git a/t/clean b/t/clean new file mode 100755 index 0000000..14a4370 --- /dev/null +++ b/t/clean @@ -0,0 +1,6 @@ +#!/bin/sh -e + +cd "$(dirname "$(realpath -- "$0")")" +redo apenwarr/clean +( cd redo-sh.tests ; ./clean ) +for d in apenwarr redo-sh.tests ; do ( cd $d ; redo-cleanup full >/dev/null ) ; done