summaryrefslogtreecommitdiff
path: root/tests/pin-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pin-test.c')
-rw-r--r--tests/pin-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pin-test.c b/tests/pin-test.c
index 3a50e46..7e7dda8 100644
--- a/tests/pin-test.c
+++ b/tests/pin-test.c
@@ -270,7 +270,7 @@ test_pin_file_large (CuTest *tc)
error = errno;
CuAssertPtrEquals (tc, NULL, pin);
- CuAssertIntEquals (tc, EOVERFLOW, error);
+ CuAssertIntEquals (tc, EFBIG, error);
p11_kit_pin_unregister_callback (P11_KIT_PIN_FALLBACK, p11_kit_pin_file_callback,
NULL);