Skip to content

Commit fc682d5

Browse files
committed
fix: addapt doc to match last evolution
1 parent 1928bef commit fc682d5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ Running tests in tests/test_core.sh
206206
Running test_fake_transmits_params_to_fake_code ... SUCCESS
207207
Running test_fake_transmits_params_to_fake_code_as_array ... SUCCESS
208208
Running test_should_pretty_format_even_when_LANG_is_unset ... SUCCESS
209+
Running test_should_pretty_format_even_with_pipefail_set ... SUCCESS
209210
Overall result: SUCCESS
210211
```
211212

@@ -315,7 +316,8 @@ ok - test_fake_exports_faked_in_subshells
315316
ok - test_fake_transmits_params_to_fake_code
316317
ok - test_fake_transmits_params_to_fake_code_as_array
317318
ok - test_should_pretty_format_even_when_LANG_is_unset
318-
1..30
319+
ok - test_should_pretty_format_even_with_pipefail_set
320+
1..31
319321
```
320322

321323
== How to write tests

0 commit comments

Comments
 (0)