]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix testsuite call. tor-0.2.2.4-alpha
authorPeter Palfrader <peter@palfrader.org>
Sat, 10 Oct 2009 22:50:57 +0000 (00:50 +0200)
committerNick Mathewson <nickm@torproject.org>
Sat, 10 Oct 2009 22:58:54 +0000 (18:58 -0400)
commit2f760c54615f9044cad93392c030ef24119026e2
tree95f0ce11c5c7e023db5eed31063328ebec95b0f6
parenta9e0e2f8197c013e31b656bf94aa5a91c08f2ed1
Fix testsuite call.

tinytest_main() returns 0 on success, -1 on errors and 1 on test
failures.  So test.c should check on !=0 instead of <0.
src/test/test.c