mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-15 03:17:19 -04:00
2238ab5741
* src/seq.c (main): With 3 positive integer args we were checking the end value was == "1", rather than the step value. * tests/misc/seq.pl: Add tests for this case. Reported by Marcel Böhme in http://bugs.gnu.org/13525