Don't use seq in tests, not everyone has it
authorShawn O. Pearce <spearce@spearce.org>
Wed, 2 May 2007 16:59:55 +0000 (12:59 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 2 May 2007 17:24:23 +0000 (13:24 -0400)
commitb3431bc603df74cfe2da56e9a5c3f60327dd56b9
treef71a10eb3f71d8c7c83505a11db4d528b23b9ec8
parentcbc6bdab08af239b5a6477e7e6db16a766ec4986
Don't use seq in tests, not everyone has it

For example Mac OS X lacks the seq command.  So we cannot use it
there.  A good old while loop works just as good.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
t/t5302-pack-index.sh