diff options
Diffstat (limited to 'tap-driver.sh')
-rwxr-xr-x | tap-driver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-driver.sh b/tap-driver.sh index fea066f..115e859 100755 --- a/tap-driver.sh +++ b/tap-driver.sh | |||
@@ -464,7 +464,7 @@ function get_test_exit_message(status) | |||
464 | # in $? an exit status of 256+n instead of the more standard 128+n. | 464 | # in $? an exit status of 256+n instead of the more standard 128+n. |
465 | # Apparently, both behaviours are allowed by POSIX (2008), so be | 465 | # Apparently, both behaviours are allowed by POSIX (2008), so be |
466 | # prepared to handle them both. See also Austing Group report ID | 466 | # prepared to handle them both. See also Austing Group report ID |
467 | # 0000051 <http://www.austingroupbugs.net/view.php?id=51> | 467 | # 0000051 <https://www.austingroupbugs.net/view.php?id=51> |
468 | exit_details = sprintf(" (terminated by signal %d?)", status - 256) | 468 | exit_details = sprintf(" (terminated by signal %d?)", status - 256) |
469 | else | 469 | else |
470 | # Never seen in practice. | 470 | # Never seen in practice. |