test: drop a condition from the safe_atou test
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 14 Sep 2018 00:19:55 +0000 (10:19 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 14 Sep 2018 00:20:40 +0000 (10:20 +1000)
commit037bd0cc9c2675f789f8fbca1a8572c0a2090e23
tree44f7d1677ee2d06297ec435dd717cab81be3116c
parentc501dabf396e6aeae41869cd2b57809f6d565378
test: drop a condition from the safe_atou test

If sizeof(long) == sizeof(int), this test won't pass so let's drop it
altogether.

Fixes #137

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/test-misc.c