xref: /freebsd/contrib/bmake/unit-tests/depsrc-wait.exp (revision c7996ddf8000cfb19a9e91a636f56747860d03d7)
1--- a ---
2echo a
3a
4--- b1 ---
5echo b1
6b1
7--- b ---
8echo b
9b
10--- x ---
11echo x
12x
13exit status 0
14