11 lines
354 B
Plaintext
11 lines
354 B
Plaintext
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
t1 ...
|
|
> echo "Hello, World!"
|
|
... t1 ok
|
|
t2 ...
|
|
> echo "This is the contents of the .verbose file" > ${TEST_VERBOSE}
|
|
> echo "Hello, World!"
|
|
> [test-verbose] This is the contents of the .verbose file
|
|
... t2 ok
|
|
all 2 tests successful
|