trace2 tests: fix PTHREADS prereq
commite48a21df65003b4f660466cdb49a97e76ae89f33
authorTodd Zullinger <tmz@pobox.com>
Thu, 25 May 2023 03:12:07 +0000 (24 23:12 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 May 2023 04:31:15 +0000 (26 13:31 +0900)
tree43d7ccb92e406a6eb821b41433d81e14bbdb89bb
parent9bbde12feed306b9044060e4eab6b3b4c6628050
trace2 tests: fix PTHREADS prereq

The prereq guard added in 14903c8e92 (trace2 tests: guard pthread test
with "PTHREAD", 2022-11-24) lacks the S in PTHREADS, causing it to never
be satisfied.  Fix the spelling of the prereq.

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0211-trace2-perf.sh