On Tue, Jun 11, 2019 at 12:12 PM SZEDER Gábor <szeder.dev@xxxxxxxxx> wrote: > > On Tue, Jun 11, 2019 at 10:23:24AM +0200, Christian Couder wrote: > > diff --git a/t/t0016-oidmap.sh b/t/t0016-oidmap.sh > > new file mode 100755 > > index 0000000000..cbd2cb71d6 > > --- /dev/null > > +++ b/t/t0016-oidmap.sh > > @@ -0,0 +1,100 @@ > > +#!/bin/sh > > + > > +test_description='test oidmap' > > +. ./test-lib.sh > > + > > +# This purposefully is very similar to t0011-hashmap.sh > > + > > +test_oidmap() { > > + echo "$1" | test-tool oidmap $3 > actual && > > Style nit: space between redirection op and filename ;) Aargh! I will resend soon with a fix. It will actually have everything that Junio put in 7f2a91c1a6 (SQUASH??? sh style, 2019-06-11) which is in pu. Thanks, Christian.