| commit | a50131eb16d961aeafdf0102be8082c950471e16 | [log] [tgz] | 
|---|---|---|
| author | Jens Axboe <axboe@kernel.dk> | Sun Jul 02 09:35:21 2023 -0600 | 
| committer | Jens Axboe <axboe@kernel.dk> | Sun Jul 02 09:35:21 2023 -0600 | 
| tree | f81e9724fb6338a6e2c8d14eef99fb6c3e03c04f | |
| parent | 606ce054459e29e84b9261d455eecdf36b987b2e [diff] | 
test/socket-rw: fix bad assertion check
A bit too many negations here, introduced by the recent commit that
moved functional code out of asserts. Fix it up.
Fixes: f5a440fe5372 ("test: don't hide code with side effects under assert()")
Signed-off-by: Jens Axboe <axboe@kernel.dk>