commit | 8361fbd8ea9c6f29602982d31f67351f42f736b0 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sun Sep 04 19:13:31 2016 -0500 |
committer | Rob Landley <rob@landley.net> | Sun Sep 04 19:13:31 2016 -0500 |
tree | 790abcd281a9e6da68d47a459c2fab4daaa25eb8 | |
parent | 8cc325d55ca2984dbf2a29dbc48ed483de979740 [diff] |
make test_cmp caused the make invocation to exit with an error because the last test exited with nonzero status and the script preserved it. In the current context, that's counterproductive.