diff options
author | Viktor Szakats <commit@vsz.me> | 2023-12-11 16:21:00 +0000 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-03-03 15:32:50 -0600 |
commit | 819b60642d8f7809affc6e4bac9fb3e12a4169bc (patch) | |
tree | db7a49215ad2466ae93bc1ed911347896b5acf8c /tap-driver.sh | |
parent | 4764faea673501fcf4a1b3c6d93772619d162df4 (diff) | |
download | portable-819b60642d8f7809affc6e4bac9fb3e12a4169bc.tar.gz portable-819b60642d8f7809affc6e4bac9fb3e12a4169bc.tar.bz2 portable-819b60642d8f7809affc6e4bac9fb3e12a4169bc.zip |
upgrade links in comments to HTTPS
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. |