From: Joachim Schmitz Date: Tue, 30 Oct 2012 09:21:40 +0000 (+0100) Subject: fix 'make test' for HP NonStop X-Git-Tag: v1.8.1-rc0~64^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/50e6af7daf88f42f146c9148df24f7824a1dffac?ds=inline;hp=50e6af7daf88f42f146c9148df24f7824a1dffac 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 Signed-off-by: Jeff King ---