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:
parent
e6f95521ae
commit
f16f0147b1
7 changed files with 40 additions and 2 deletions
7
t/ifcreate2.do
Normal file
7
t/ifcreate2.do
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
cd ..
|
||||
if [ -e t/ifcreate2.dep ]; then
|
||||
redo-ifchange t/ifcreate2.dep
|
||||
else
|
||||
redo-ifcreate t/ifcreate2.dep
|
||||
fi
|
||||
echo $$ >>t/ifcreate2.log
|
||||
Loading…
Add table
Add a link
Reference in a new issue