Commit 4ec8c12
committed
test_sni: Remove assert for specific stderr output.
test_sni should be testing SNI use, it doesn't need to
check for specific stderr output which isn't shown by default.
The test test_sni in test_https.rb file checks stderr output for
information about primes being generated.
Since commit 6cb9bf6 the output is only
written if $VERBOSE is true. This happens when `--verbose` is provided
to the Ruby run arguments, or when the tests are ran via `rake`.
$stderr is still caught, but discarded to not pollute test run output
in the case $VERBOSE is true.1 parent cde6dd4 commit 4ec8c12
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | 90 | | |
92 | 91 | | |
93 | 92 | | |
| |||
0 commit comments