Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

30 lines
504 B
Plaintext

### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
progress ...
- Foo 1
- Foo 2
- Foo 3
- Foo 4
progress ... ok
all 1 tests successful
---
% cat .stderr
[btest] -- Foo 1
[btest] -- Foo 1 -- XXX
[btest] -- Foo 3
[btest] -- Foo 3 -- XXX
[btest] -- Foo 4
[btest] -- Foo 4
all 1 tests successful
---
progress ...
> bash %INPUT >&2
- Foo 1
- Foo 2
- Foo 3
- Foo 4
... progress ok
all 1 tests successful
---
---