mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-26 07:27:53 +00: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:
parent
701416709d
commit
8f6430666f
@ -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_
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user