Index: /trunk/Nebulous/nebclient/tests/tests.c
===================================================================
--- /trunk/Nebulous/nebclient/tests/tests.c	(revision 12964)
+++ /trunk/Nebulous/nebclient/tests/tests.c	(revision 12965)
@@ -8,6 +8,5 @@
 
 #define neb_ok(server, val, ...) \
-    ok(val, __VA_ARGS__); \
-    if (!val) { \
+    if (!ok(val, __VA_ARGS__)) { \
         diag("nebErr: %s", nebErr(server)); \
     }
