fix 'make test' for HP NonStop
commit50e6af7daf88f42f146c9148df24f7824a1dffac
authorJoachim Schmitz <jojo@schmitz-digital.de>
Tue, 30 Oct 2012 09:21:40 +0000 (30 10:21 +0100)
committerJeff King <peff@peff.net>
Tue, 30 Oct 2012 11:12:18 +0000 (30 07:12 -0400)
tree66a291d0dcfa4f52fbdda4cdf618cbcb86ed4c3d
parent6c109904bc87987364e37e214138cff8fcaa924a
fix 'make test' for HP NonStop

This fixes the vast majority of test failures on HP NonStop.
Some test don't work with /bin/diff, some fail with /bin/tar,
so let's put /usr/local/bin in PATH first.
Some tests fail with /bin/sh (link to /bin/ksh) so use bash instead

Signed-off-by: Joachim Schmitz <jojo@schmitz-digital.de>
Signed-off-by: Jeff King <peff@peff.net>
Makefile