mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user