[libFuzzer] Fix typo in merge-sigusr.test.

llvm-svn: 360836
This commit is contained in:
Matt Morehouse 2019-05-16 01:56:11 +00:00
parent ab10de8bab
commit f9d382946f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ RUN: echo e > %t/C2/e
RUN: echo f > %t/C2/f
RUN: echo g > %t/C2/g
RUN: %run %t/LFSIGUSR -merge=1 -merge_control_file=%t/MCF %t/C1 %t/C2 2>%t/log 2>%t/log & export PID=$!
RUN: %run %t/LFSIGUSR -merge=1 -merge_control_file=%t/MCF %t/C1 %t/C2 2>%t/log & export PID=$!
RUN: sleep 3
RUN: pkill -SIGUSR2 -P $PID
RUN: sleep 3