]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test: Use a portable syntax for seq(1)
authorAlan Somers <asomers@gmail.com>
Fri, 11 Oct 2013 20:48:32 +0000 (13:48 -0700)
committerNoah Watkins <noahwatkins@gmail.com>
Mon, 28 Oct 2013 18:50:50 +0000 (11:50 -0700)
commite5efc2929da75bb1d9bede09573c3773fa39ed37
tree167081c268e6f1d601b49c79b9ac3d86f7002453
parentfbabd424949bd62a86c8fa1505eac7aa287ced02
test: Use a portable syntax for seq(1)

Use a portable syntax for seq(1).  GNU seq has a default INCR of 1, but
BSD seq has a default INCR of either +1 or -1, depending on the other
arguments.  INCR must be explicitly specified for portability.

This bug is the reason that I was running into the segfaults whose
fix I reported as BUG #6510.

Signed-off-by: Alan Somers <asomers@gmail.com>
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
src/test/encoding/check-generated.sh