aboutsummaryrefslogtreecommitdiff
path: root/tap-driver.sh
diff options
context:
space:
mode:
authorViktor Szakats <commit@vsz.me>2023-12-11 16:21:00 +0000
committerViktor Szakats <commit@vsz.me>2023-12-11 16:21:00 +0000
commit2d6d9fcc8faf8319c8e7e19fb0c4ab80445ad4ea (patch)
treeb94273a4e624d25c0453796c49de124fb758ea60 /tap-driver.sh
parent2e88c74329938b5af441736645e795289660aa38 (diff)
downloadportable-2d6d9fcc8faf8319c8e7e19fb0c4ab80445ad4ea.tar.gz
portable-2d6d9fcc8faf8319c8e7e19fb0c4ab80445ad4ea.tar.bz2
portable-2d6d9fcc8faf8319c8e7e19fb0c4ab80445ad4ea.zip
upgrade links in comments to HTTPS
Diffstat (limited to 'tap-driver.sh')
-rwxr-xr-xtap-driver.sh2
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.