summaryrefslogtreecommitdiff
path: root/tests/t0001-errno.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t0001-errno.c')
-rw-r--r--tests/t0001-errno.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/t0001-errno.c b/tests/t0001-errno.c
index 01768b00b..acb12d3a5 100644
--- a/tests/t0001-errno.c
+++ b/tests/t0001-errno.c
@@ -9,5 +9,4 @@ BEGIN_TEST(set_ENOTOID)
must_be_true(GIT_ENOTOID != 0);
git_errno = GIT_ENOTOID;
must_be_true(git_errno == GIT_ENOTOID);
- must_pass(strcmp(git_strerror(git_errno), "Not a git oid"));
END_TEST