]> Cypherpunks.ru repositories - goredo.git/blob - t/apenwarr/010-jobserver/second.do
Import tests from apenwarr/redo and redo.sh
[goredo.git] / t / apenwarr / 010-jobserver / second.do
1 rm -f $1.start $1.end
2 echo 'second start' >&2
3 : >$1.start
4 redo 2.x
5 echo 'second sleep' >&2
6 redo-ifchange first  # wait until 'first' finishes, if it's running
7 echo 'second end' >&2
8 : >$1.end