apenwarr-redo/t/ifcreate2.do
Avery Pennarun f16f0147b1 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.
2010-12-11 23:50:12 -08:00

7 lines
134 B
Text

cd ..
if [ -e t/ifcreate2.dep ]; then
redo-ifchange t/ifcreate2.dep
else
redo-ifcreate t/ifcreate2.dep
fi
echo $$ >>t/ifcreate2.log