diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2016-02-05 13:37:39 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-02-05 13:37:39 -0500 |
commit | a6208704e7c4bda04e6f72c0fbac3e2265bff347 (patch) | |
tree | c30ce0602209f7d503aa76a5b335ab9e28ed25bd /tests/unit | |
parent | 9b6598ed08d1f08565dc5f9631f7e2ad723347a3 (diff) | |
download | curl-a6208704e7c4bda04e6f72c0fbac3e2265bff347.tar.gz |
unit1604: Fix unit setup return code
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/unit1604.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/unit1604.c b/tests/unit/unit1604.c index 218c627fd..b48785902 100644 --- a/tests/unit/unit1604.c +++ b/tests/unit/unit1604.c @@ -32,7 +32,7 @@ static CURLcode unit_setup(void) { - return SANITIZE_ERR_OK; + return CURLE_OK; } static void unit_stop(void) |