Skip to content
Snippets Groups Projects
Commit 66f7e17d authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Add finished line to iopentest1.

parent f55c9a89
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ int main(int argc, char *argv[])
__FILE__, __LINE__, fname, strerror(errno));
exit(1);
}
rc = stat(iname, &buf);
if (rc != 0) {
fprintf(stderr, "%s:%d: stat(%s) failed: %s\n",
......@@ -95,6 +95,7 @@ int main(int argc, char *argv[])
exit(1);
}
}
printf("%s:finished...\n", argv[0]);
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment