aboutsummaryrefslogtreecommitdiff
path: root/test/fuzzer/sigusr.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzzer/sigusr.test')
-rw-r--r--test/fuzzer/sigusr.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/fuzzer/sigusr.test b/test/fuzzer/sigusr.test
index 12e3ac996c6c..0b3ddc72832d 100644
--- a/test/fuzzer/sigusr.test
+++ b/test/fuzzer/sigusr.test
@@ -1,9 +1,10 @@
+UNSUPPORTED: darwin
# Check that libFuzzer honors SIGUSR1/SIGUSR2
RUN: rm -rf %t
RUN: mkdir -p %t
RUN: %cpp_compiler %S/SleepOneSecondTest.cpp -o %t/LFSIGUSR
-RUN: %t/LFSIGUSR 2> %t/log & export PID=$!
+RUN: %run %t/LFSIGUSR 2> %t/log & export PID=$!
RUN: sleep 2
RUN: kill -SIGUSR1 $PID
RUN: sleep 3