We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb8dfd commit 8a35dafCopy full SHA for 8a35daf
testcases/lib/tst_rod.c
@@ -113,7 +113,7 @@ int main(int argc, char *argv[])
113
if (open(stdout_path, O_CREAT|O_WRONLY|O_TRUNC, 0777) < 0) {
114
fprintf(stderr,
115
"%s: Failed to open '%s' for writing: %s\n",
116
- argv[0], stdin_path, strerror(errno));
+ argv[0], stdout_path, strerror(errno));
117
return 1;
118
}
119
@@ -131,7 +131,7 @@ int main(int argc, char *argv[])
131
if (fd < 0) {
132
133
134
+ argv[0], stderr_path, strerror(errno));
135
136
137
0 commit comments