summaryrefslogtreecommitdiff
path: root/testsuite/posix-mode-bad-ref.sh
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2018-07-04 13:05:31 -0400
committerClint Adams <clint@debian.org>2018-07-04 13:05:31 -0400
commit117dcd10d7e04d0dda7668518b8d085027f4d705 (patch)
treef9612d6268ab16555fb21be04bc7594f9eb6ce4f /testsuite/posix-mode-bad-ref.sh
parent1c0d840cad3dc7c951a86c9c128a721e9ebcd2cf (diff)
New upstream version 4.5
Diffstat (limited to 'testsuite/posix-mode-bad-ref.sh')
-rwxr-xr-xtestsuite/posix-mode-bad-ref.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/posix-mode-bad-ref.sh b/testsuite/posix-mode-bad-ref.sh
index f225cd2..412e2c3 100755
--- a/testsuite/posix-mode-bad-ref.sh
+++ b/testsuite/posix-mode-bad-ref.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Test non-posix-conforming gnu extensions when using --posix.
-# Copyright (C) 2016-2017 Free Software Foundation, Inc.
+# Copyright (C) 2016-2018 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
@@ -28,7 +28,7 @@ EOF
returns_ 1 sed 's/abc/\1/g' 2>err < /dev/null || fail=1
compare_ exp-err err || fail=1
-# Invalid referencs are silently ignored in posix mode
+# Invalid references are silently ignored in posix mode
sed --posix 's/abc/\1/g' < /dev/null || fail=1
Exit $fail