VanFeo commented on a change in pull request #1063:
URL: 
https://github.com/apache/incubator-nuttx-apps/pull/1063#discussion_r826560864



##########
File path: testing/fatutf8/fatutf8_main.c
##########
@@ -166,5 +168,28 @@ int main(int argc, FAR char *argv[])
       exit(fd);
     }
 
+  printf("\n");
+
+  ret = remove(path);
+  if (ret == 0)
+    {
+      printf("removed %s\n", path);
+      ret = remove(dir_path);

Review comment:
       It is a good idea and has been revised




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to