Skip to content

Commit afaea7f

Browse files
authored
[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.
1 parent 6a63114 commit afaea7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/fuzzer/sig-trap.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RUN: not %run %t 2>&1 | FileCheck %s
88
CHECK-DAG: BINGO
99
CHECK-DAG: ERROR: libFuzzer: deadly signal
1010

11-
RUN: trap "%run %t -handle_trap=0" TRAP
11+
RUN: bash -c "trap '%run %t -handle_trap=0' TRAP"

0 commit comments

Comments
 (0)