scroogie / pdsh

Automatically exported from code.google.com/p/pdsh
0 stars 0 forks source link

Testsuite failures on AIX #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
On an AIX 5.2 system the testsuite fails in many ways.

The problems seem to stem from:
 - Assumption of GNU diff(1)
 - Assumption of GNU cp(1)
 - Assumption of GNU make(1)
 - /bin/sh on AIX doesn't seem to support some of the core
   requirements of test-lib.sh (trap 'die' EXIT, for example
   seems to always cause the test to exit 0)

Original issue reported on code.google.com by mark.gro...@gmail.com on 30 Apr 2011 at 2:19

GoogleCodeExporter commented 8 years ago

Original comment by mark.gro...@gmail.com on 30 Apr 2011 at 2:58

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r1338.

Fix pdcp tests on AIX

Original comment by mark.gro...@gmail.com on 30 Apr 2011 at 3:54

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1341.

Original comment by mark.gro...@gmail.com on 30 Apr 2011 at 3:55