Re: [PATCH v2 6/8] tests: A failure of mktemp should cause the test script to exit with code 99

2021-10-06 Thread Daniel Kiper
On Wed, Aug 25, 2021 at 02:04:00AM -0500, Glenn Washburn wrote: > A test exiting with code 99 means that there was an error in the test itself > and not a failure in the thing being tested (also known as a hard error). > > Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper Daniel

[PATCH v2 6/8] tests: A failure of mktemp should cause the test script to exit with code 99

2021-08-25 Thread Glenn Washburn
A test exiting with code 99 means that there was an error in the test itself and not a failure in the thing being tested (also known as a hard error). Signed-off-by: Glenn Washburn --- tests/ahci_test.in| 4 ++-- tests/ehci_test.in| 4 ++-- tests/gettext_strings_test.in