diff options
author | Justus Winter <[email protected]> | 2016-10-18 12:45:03 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-10-18 13:21:18 +0000 |
commit | 59855806e11a27c5b63d9c25f7516c8cc74668aa (patch) | |
tree | f23e4e0dca90eedc631ca2909233fbf0fb5194b0 | |
parent | estream: Fix modestring parsing. (diff) | |
download | libgpg-error-59855806e11a27c5b63d9c25f7516c8cc74668aa.tar.gz libgpg-error-59855806e11a27c5b63d9c25f7516c8cc74668aa.zip |
tests: Fix name of the test.
--
Signed-off-by: Justus Winter <[email protected]>
-rw-r--r-- | tests/t-poll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t-poll.c b/tests/t-poll.c index a26cbfa..026bb88 100644 --- a/tests/t-poll.c +++ b/tests/t-poll.c @@ -39,7 +39,7 @@ # endif #endif -#define PGM "t-lock" +#define PGM "t-poll" #include "t-common.h" |