Add a redo-ifcreate test.

Turns out we weren't testing this one at all, which is a shame, because it
totally didn't work.
This commit is contained in:
Avery Pennarun 2010-12-11 23:42:31 -08:00
commit f16f0147b1
7 changed files with 40 additions and 2 deletions

6
t/ifcreate1.do Normal file
View file

@ -0,0 +1,6 @@
if [ -e ifcreate1.dep ]; then
redo-ifchange ifcreate1.dep
else
redo-ifcreate ifcreate1.dep
fi
echo $$ >>ifcreate1.log