From: Collin Funk Date: Wed, 3 Sep 2025 04:13:02 +0000 (-0700) Subject: maint: avoid syntax-check failure from previous commit X-Git-Tag: v9.8~81 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f6430666f38de8950c328ece66a5b5e9ebaaee4;p=thirdparty%2Fcoreutils.git maint: avoid syntax-check failure from previous commit * tests/seq/seq-long-double.sh: Place comma after "I.e.". --- diff --git a/tests/seq/seq-long-double.sh b/tests/seq/seq-long-double.sh index eaf812d3bc..356ee6e3a1 100755 --- a/tests/seq/seq-long-double.sh +++ b/tests/seq/seq-long-double.sh @@ -44,7 +44,7 @@ printf "$a\n$b\n" > exp || framework_failure_ compare exp out || fail=1 # Test case fixed in v9.8 -# I.e. All digit start, with non digits end +# I.e., All digit start, with non digits end a=18446744073709551617 seq $a inf | head -n1 > out || fail=1 printf "$a\n" > exp || framework_failure_