Index: /trunk/Nebulous/nebclient/src/test.c
===================================================================
--- /trunk/Nebulous/nebclient/src/test.c	(revision 4119)
+++ /trunk/Nebulous/nebclient/src/test.c	(revision 4120)
@@ -7,4 +7,6 @@
     char            *URI;
     int             fh;
+    int             n;
+    char            **foo;
 
     idataServerInit(&server);
@@ -26,4 +28,7 @@
     }
 
+    n = idataFindInstances(&server, argv[1], NULL, &foo);
+    printf( "found %d instances\n", n );
+
     idataServerCleanup(&server);
 
