Changes between Initial Version and Version 1 of Ticket #70705, comment 2
- Timestamp:
- Sep 22, 2024, 7:22:24 PM (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70705, comment 2
initial v1 1 The test results are the same for both versions but in @2.0.1_2 `exit(EXIT_SUCCESS);` has simply been removed from the end of the test program so it will always exit with a failing status code, whereas before it would always end with a successful status code. Not much of a test…1 The test results are the same for both versions but in the new 0.0.2 `exit(EXIT_SUCCESS);` has simply been removed from the end of the test program so it will always exit with a failing status code, whereas before it would always end with a successful status code. Not much of a test…