From bd45f0963c42ee0d9d31b065d9e60e7435ed0523 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 30 Oct 2023 01:32:37 -0700 Subject: [PATCH 11/11] =?UTF-8?q?maint:=20pacify=20=E2=80=98make=20syntax-?= =?UTF-8?q?check=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tests/misc/join-utf8.sh: Omit fail=0. Fix framework_failure_ typo. * tests/misc/join.pl: Change ` to '. --- tests/misc/join-utf8.sh | 4 +--- tests/misc/join.pl | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/misc/join-utf8.sh b/tests/misc/join-utf8.sh index b70bff7f9..a2bc3b1e5 100755 --- a/tests/misc/join-utf8.sh +++ b/tests/misc/join-utf8.sh @@ -24,8 +24,6 @@ test "${LOCALE_FR_UTF8+set}" = set || skip_ "French UTF-8 locale not available" LC_ALL=$LOCALE_FR_UTF8 export LC_ALL -fail=0 - vertical_line='|' multiplication_sign='×' en_dash='–' @@ -44,7 +42,7 @@ do join -t"$s" -a1 -a2 -eouch -o0,1.2,2.2 a b >out || fail=1 printf '0%sA%sB\n1%sa%sd\n2%sb%souch\n3%souch%se\n4%sc%sf\n' \ "$s" "$s" "$s" "$s" "$s" "$s" "$s" "$s" "$s" "$s" >exp || - framework_failure + framework_failure_ compare exp out || fail=1 done diff --git a/tests/misc/join.pl b/tests/misc/join.pl index 1d01a3d3d..4eafc273d 100755 --- a/tests/misc/join.pl +++ b/tests/misc/join.pl @@ -25,7 +25,7 @@ my $limits = getlimits (); my $prog = 'join'; -my $try = "Try \`$prog --help' for more information.\n"; +my $try = "Try '$prog --help' for more information.\n"; my $inval = "$prog: invalid byte, character or field list\n$try"; my $mb_locale; -- 2.39.2