timothy-tests: Change mountpoint names to match test framework
[yaffs2.git] / direct / test-framework / timothy_tests / quick_tests / test_yaffs_rmdir_ENOTDIR.c
index 412bd3d90f90cfee21dafca91628fb99f3f3f89c..f50230dd633f8317b3018f954745814c9b50755a 100644 (file)
@@ -29,7 +29,7 @@ int test_yaffs_rmdir_ENOTDIR(void)
                        return -1;
                }
        }
-       output = yaffs_rmdir("/yaffs2/test_dir/foo/dir/");
+       output = yaffs_rmdir(YAFFS_MOUNT_POINT "/test_dir/foo/dir/");
        if (output<0){ 
                error_code=yaffs_get_error();
                if (abs(error_code)==ENOTDIR){