[compiler-rt] Fix sig-trap.test to work with lit internal shell. (#157966)

Update sig-trap.test to work with the lit internal shell, as part of our
migration to make the internal shell the default for lit tests.
This commit is contained in:
cmtice
2025-09-10 19:29:22 -07:00
committed by GitHub
parent 6a63114976
commit afaea7f2a6

View File

@@ -8,4 +8,4 @@ RUN: not %run %t 2>&1 | FileCheck %s
CHECK-DAG: BINGO
CHECK-DAG: ERROR: libFuzzer: deadly signal
RUN: trap "%run %t -handle_trap=0" TRAP
RUN: bash -c "trap '%run %t -handle_trap=0' TRAP"