]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: avoid syntax-check failure from previous commit
authorCollin Funk <collin.funk1@gmail.com>
Wed, 3 Sep 2025 04:13:02 +0000 (21:13 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Wed, 3 Sep 2025 04:14:34 +0000 (21:14 -0700)
* tests/seq/seq-long-double.sh: Place comma after "I.e.".

tests/seq/seq-long-double.sh

index eaf812d3bc9bb8ee5b3fa5ec7922dfe9b4bd7a35..356ee6e3a14253940f286559c1de673a368ff28a 100755 (executable)
@@ -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_