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 ece3925 commit 16ee5c7Copy full SHA for 16ee5c7
compiler-rt/test/sanitizer_common/TestCases/Posix/popen.cpp
@@ -8,7 +8,7 @@
8
int main(void) {
9
// use a tool that produces different output than input to verify
10
// that everything worked correctly
11
- FILE *fp = popen("/usr/bin/sort", "w");
+ FILE *fp = popen("sort", "w");
12
assert(fp);
13
14
// verify that fileno() returns a meaningful descriptor (needed
0 commit comments