On Wed, Apr 23, 2014 at 11:46:53AM +0200, Mark Wielaard wrote: > > > > PS: run-nm-self.sh fails for me for current master. > > > > > > How does it fail? Do you have a tests/run-nm-self.sh.log? Which arch? > > > > File is attached. This is on x86_64. > > Aha. I think this is because you are using a /bin/sh that isn't bash and > has a 'test' that doesn't recognize '==' as string comparison. It should > use a single '='. Does the attach fix it for you?
Yes, that fixes it. Kurt