Index: /trunk/src/VBox/Runtime/testcase/tstRTVfs.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstRTVfs.cpp	(revision 57609)
+++ /trunk/src/VBox/Runtime/testcase/tstRTVfs.cpp	(revision 57610)
@@ -91,4 +91,8 @@
                      standardHandleToString(enmHandle), rc);
 
+
+    if (RT_FAILURE(rc))
+        RTTestFailed(hTest, "Testing %s failed: %Rrc\n", standardHandleToString(enmHandle), rc);
+
     return rc;
 }
