yaffs More tests for direct/timothy_tests/quick_tests
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_rmdir.c
index 3d8dbae4f3e74c3344159e8a8f1f8b4a9245e97a..fe0e09f6d67e6e1118012f97cc8553f556bec6b5 100644 (file)
@@ -11,7 +11,7 @@
  * published by the Free Software Foundation.
  */
 
-#include "test_yaffs_open.h"
+#include "test_yaffs_rmdir.h"
 
 
 int test_yaffs_rmdir(void)
@@ -21,15 +21,15 @@ int test_yaffs_rmdir(void)
                output = yaffs_mkdir(DIR_PATH,S_IWRITE | S_IREAD);
                if (output < 0) {
                        print_message("failed to create directory\n",2);
+                       return -1;
                }
        }
-       
        return yaffs_rmdir(DIR_PATH);
 }
 
 
 int test_yaffs_rmdir_clean(void)
 {
-       return -1;
+       return 1;
 }