summaryrefslogtreecommitdiff
path: root/tests/misc/stty.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/stty.sh')
-rwxr-xr-xtests/misc/stty.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/stty.sh b/tests/misc/stty.sh
index e549adb65..54404e1b7 100755
--- a/tests/misc/stty.sh
+++ b/tests/misc/stty.sh
@@ -61,7 +61,7 @@ for opt in $options; do
# on Linux 2.2.0-pre4 kernels. Also since around Linux 2.6.30
# other serial control settings give the same error. So skip them.
# Also on ppc*|sparc* glibc platforms 'icanon' gives the same error.
- # See: http://debbugs.gnu.org/7228#14
+ # See: https://bugs.gnu.org/7228#14
case $opt in
parenb|parodd|cmspar) continue;;
cstopb|crtscts|cdtrdsr|icanon) continue;;