=/== bug; not sure how this got through.
This commit is contained in:
@@ -277,10 +277,10 @@ MAIN(blockingSockTest)
|
||||
}
|
||||
testDiag("This OS behaves like \"%s\".", mechName(mech));
|
||||
|
||||
if (! testOk(mech = epicsSocketSystemCallInterruptMechanismQuery (),
|
||||
"Socket shutdown mechanism") )
|
||||
int query = epicsSocketSystemCallInterruptMechanismQuery ();
|
||||
if (! testOk(mech == query, "Socket shutdown mechanism") )
|
||||
testDiag("epicsSocketSystemCallInterruptMechanismQuery returned \"%s\"",
|
||||
mechName(epicsSocketSystemCallInterruptMechanismQuery () ) );
|
||||
mechName(query));
|
||||
|
||||
return testDone();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user