Index: /trunk/Nebulous/nebclient/tests/tests.c
===================================================================
--- /trunk/Nebulous/nebclient/tests/tests.c	(revision 12623)
+++ /trunk/Nebulous/nebclient/tests/tests.c	(revision 12624)
@@ -106,5 +106,5 @@
 
         OK(locations, "locations not NULL");
-        OK(locations->n == 1, "find instances");
+        OK(locations && locations->n == 1, "find instances");
 
         nebObjectInstancesFree(locations);
