Skip to content

Commit 81e7524

Browse files
DanBlackwellndrewh
authored andcommitted
Automerge: Revert "[sanitizer_common][test-only] Specify full path for sort executable in popen.cpp" (#171706)
Reverts llvm/llvm-project#171622 Co-authored-by: Andrew Haberlandt <[email protected]>
2 parents 0a3a687 + 16ee5c7 commit 81e7524

File tree

1 file changed

+1
-1
lines changed
  • compiler-rt/test/sanitizer_common/TestCases/Posix

1 file changed

+1
-1
lines changed

compiler-rt/test/sanitizer_common/TestCases/Posix/popen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
int main(void) {
99
// use a tool that produces different output than input to verify
1010
// that everything worked correctly
11-
FILE *fp = popen("/usr/bin/sort", "w");
11+
FILE *fp = popen("sort", "w");
1212
assert(fp);
1313

1414
// verify that fileno() returns a meaningful descriptor (needed

0 commit comments

Comments
 (0)