]> git.ipfire.org Git - thirdparty/grub.git/commit
tests: A failure of mktemp should cause the test script to exit with code 99
authorGlenn Washburn <development@efficientek.com>
Wed, 13 Oct 2021 00:40:01 +0000 (19:40 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 14 Oct 2021 13:00:06 +0000 (15:00 +0200)
commitbcb15e011a100ded569dd9565de866b066d95252
treeb70995bf74f24c025eae69407fc10fc7c7a9fd4f
parent579575be384db45cfd0da2f8240d07e3f09372fe
tests: A failure of mktemp should cause the test script to exit with code 99

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 <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
tests/ahci_test.in
tests/ehci_test.in
tests/gettext_strings_test.in
tests/grub_cmd_test.in
tests/grub_script_blockarg.in
tests/ohci_test.in
tests/partmap_test.in
tests/pata_test.in
tests/syslinux_test.in
tests/test_sha512sum.in
tests/uhci_test.in