zeromq / zeromq3-x

ØMQ/3.2 release branch - bug fixes only
GNU General Public License v3.0
227 stars 96 forks source link

make check could verify if /tmp/testep already exists and not writeable #80

Closed PiersRBME closed 11 years ago

PiersRBME commented 11 years ago

In the make check tests, if /tmp/testep exists but it not writeable by the user running the tests, the test "test_last_endpoint" fails without proper explanation.

Perhaps simple in the makefile for make check a warning could be issued in this instance before the tests run?

hintjens commented 11 years ago

OK, I've made a fix for this (removed the test on ipc://), it's in a pull request.