summaryrefslogtreecommitdiff
path: root/test/scudo/overflow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/scudo/overflow.cpp')
-rw-r--r--test/scudo/overflow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scudo/overflow.cpp b/test/scudo/overflow.cpp
index 82ea10fd1..c5a58f87f 100644
--- a/test/scudo/overflow.cpp
+++ b/test/scudo/overflow.cpp
@@ -1,6 +1,6 @@
// RUN: %clang_scudo %s -o %t
-// RUN: not %run %t malloc 2>&1 | FileCheck %s
-// RUN: SCUDO_OPTIONS=QuarantineSizeKb=64 not %run %t quarantine 2>&1 | FileCheck %s
+// RUN: not %run %t malloc 2>&1 | FileCheck %s
+// RUN: %env_scudo_opts=QuarantineSizeKb=64 not %run %t quarantine 2>&1 | FileCheck %s
// Tests that header corruption of an allocated or quarantined chunk is caught.