]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: pacify ‘make syntax-check’
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 30 Oct 2023 08:32:37 +0000 (01:32 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 30 Oct 2023 08:33:19 +0000 (01:33 -0700)
* tests/misc/join-utf8.sh: Omit fail=0.
Fix framework_failure_ typo.
* tests/misc/join.pl: Change ` to '.

tests/misc/join-utf8.sh
tests/misc/join.pl

index b70bff7f9848ca461a52cad969a7b6f252a1253a..a2bc3b1e510c202a970ceae9699a8b5533061b1d 100755 (executable)
@@ -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
 
index 1d01a3d3d7893f86baa7dcae769fac0af783a547..4eafc273d6ea4df498f244d22070f09767c7358e 100755 (executable)
@@ -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;