Index: trunk/Nebulous/nebclient/tests/tests.c
===================================================================
--- trunk/Nebulous/nebclient/tests/tests.c	(revision 4640)
+++ trunk/Nebulous/nebclient/tests/tests.c	(revision 4646)
@@ -1,3 +1,4 @@
 #include <stdio.h>
+#include <stdlib.h>
 #include <unistd.h>
 #include <stdbool.h>
@@ -21,5 +22,5 @@
     char            *key = "foobarbaz";
 
-    TESTS(19);
+    TESTS(20);
 
     if (getenv("NEBULOUS_SERVER")) {
@@ -50,4 +51,6 @@
 
     OK(nebCull(server, key), "cull object");
+
+    OK(nebStat(server, key), "stat object");
 
     OK(nebLock(server, key, NEB_WRITE), "lock object write");
