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 2cbe8df commit 79da1c4Copy full SHA for 79da1c4
compiler-rt/test/sanitizer_common/TestCases/Posix/sanitizer_set_report_path_test.cpp
@@ -1,6 +1,6 @@
1
// Test __sanitizer_set_report_path and __sanitizer_get_report_path:
2
// RUN: %clangxx -O2 %s -o %t
3
-// RUN: %env HOME=%t.homedir TMPDIR=%t.tmpdir %run %t 2>&1 | FileCheck %s
+// RUN: %env HOME=%device_rundir/%t.homedir TMPDIR=%device_rundir/%t.tmpdir %run %t 2>&1 | FileCheck %s
4
5
#include <sanitizer/common_interface_defs.h>
6
#include <stdio.h>
0 commit comments