]> git.llucax.com Git - software/posixx.git/commit
Use open() instead of close() for testing posixx::error
authorLeandro Lucarella <llucarella@integratech.com.ar>
Thu, 18 Sep 2008 22:43:15 +0000 (19:43 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 19 Sep 2008 20:08:41 +0000 (17:08 -0300)
commitcbe3c49e9a5cde08d4b992245c476bfc141a6f80
tree4c5435c031ee2e27d3e996c93577b01042434247
parentbc3d88c5db0fed3980ef25fc4dc46046e6090107
Use open() instead of close() for testing posixx::error

Closing an invalid file descriptor triggers a valgrind error and makes
'make memtest' fail.
test/error.cpp