t/curse: test that 'redo' (not redo-ifchange) always redoes a command.
...if the containing .do file is getting redone at all, of course. Currently passes in serial mode, fails in parallel.
This commit is contained in:
parent
8e4bfd10f9
commit
65d4639b48
5 changed files with 21 additions and 4 deletions
|
|
@ -1,2 +1,4 @@
|
|||
echo n2-$1
|
||||
echo $1 >>$1.count
|
||||
echo $1 >>in.countall
|
||||
redo countall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue