Re: Solaris 11.3 SPARC grep problem with t1450-fsck.sh

2017-06-28 Thread Junio C Hamano
Michael Kebe writes: > 2017-06-27 18:25 GMT+02:00 Junio C Hamano : >> Ah, wait, that particular grep may have GNUism. If you changed it >> to >> >> egrep "$tree \((refs/heads/master|HEAD)@{[0-9]*}:" out >> >> does it make it pass for you? > > Yes,

Re: Solaris 11.3 SPARC grep problem with t1450-fsck.sh

2017-06-28 Thread Michael Kebe
2017-06-27 18:25 GMT+02:00 Junio C Hamano : > Ah, wait, that particular grep may have GNUism. If you changed it > to > > egrep "$tree \((refs/heads/master|HEAD)@{[0-9]*}:" out > > does it make it pass for you? Yes, this is working. Greetings Michael

Re: Solaris 11.3 SPARC grep problem with t1450-fsck.sh

2017-06-27 Thread Junio C Hamano
Michael Kebe writes: > Running the test suite on Solaris 11.3 SPARC fails on a test in t1450-fsck.sh. > > not ok 60 - fsck --name-objects > # > # rm -rf name-objects && > # git init name-objects && > # ( > #

Solaris 11.3 SPARC grep problem with t1450-fsck.sh

2017-06-27 Thread Michael Kebe
Running the test suite on Solaris 11.3 SPARC fails on a test in t1450-fsck.sh. not ok 60 - fsck --name-objects # # rm -rf name-objects && # git init name-objects && # ( # cd name-objects && # test_commit julius