summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/strpbrk-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/strpbrk-2.c')
-rw-r--r--test/asan/TestCases/strpbrk-2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/strpbrk-2.c b/test/asan/TestCases/strpbrk-2.c
index 2c92723f8..7247622f1 100644
--- a/test/asan/TestCases/strpbrk-2.c
+++ b/test/asan/TestCases/strpbrk-2.c
@@ -2,7 +2,7 @@
// RUN: %clang_asan %s -o %t && ASAN_OPTIONS=strict_string_checks=true not %run %t 2>&1 | FileCheck %s
// Test intercept_strpbrk asan option
-// RUN: ASAN_OPTIONS=intercept_strpbrk=false %run %t 2>&1
+// RUN: env ASAN_OPTIONS=$ASAN_OPTIONS:intercept_strpbrk=false %run %t 2>&1
#include <assert.h>
#include <string.h>