Skip to content

Commit

Permalink
openposix/.../aio_error/3-1: Fix.
Browse files Browse the repository at this point in the history
The same as previous, the test tests for optional behavior and returns
UNRESOLVED, which is wrong. Fix it by returning UNTESTED.

Signed-off-by: Cyril Hrubis <[email protected]>
  • Loading branch information
metan-ucw committed Apr 17, 2013
1 parent 6a9c0ed commit 495581c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ int main(void)
if (ret != EINVAL) {
printf(TNAME " return code didn't match expected "
"value (%d != %d).\n", ret, EINVAL);
return PTS_UNRESOLVED;
return PTS_UNTESTED;
}

close(fd);
Expand Down

0 comments on commit 495581c

Please sign in to comment.