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.
2 parents 103b5fd + fd84245 commit 33dc2afCopy full SHA for 33dc2af
clang/test/Driver/config-file3.c
@@ -230,7 +230,7 @@
230
231
//--- Tilde expansion in user configuration file directory
232
//
233
-// RUN: HOME=%S/Inputs/config %clang -### --config-user-dir=~ -v 2>&1 | FileCheck %s --check-prefix=CHECK-TILDE
+// RUN: env HOME=%S/Inputs/config %clang -### --config-user-dir=~ -v 2>&1 | FileCheck %s --check-prefix=CHECK-TILDE
234
// CHECK-TILDE: User configuration file directory: {{.*}}/Inputs/config
235
236
//--- Fallback to stripping OS versions
0 commit comments