mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
maint: avoid syntax-check failure from previous commit
* tests/seq/seq-long-double.sh: Place comma after "I.e.".
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user